Fix misplaced return in GrDrawState::stageDisabled().
Original patch by guanqun.lu@gmail.com

http://codereview.appspot.com/6338058/



git-svn-id: http://skia.googlecode.com/svn/trunk@4315 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h
index acfca8c..a56baec 100644
--- a/src/gpu/GrDrawState.h
+++ b/src/gpu/GrDrawState.h
@@ -221,8 +221,8 @@
                 NULL != fSamplerStates[i].getCustomStage()) {
                 return false;
             }
-            return true;
         }
+        return true;
     }
     /**
      * Release all the textures and custom stages referred to by this