Call flushMiscFixedFunctionState (D'oh!)
Review URL: http://codereview.appspot.com/6302057/



git-svn-id: http://skia.googlecode.com/svn/trunk@4211 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/gl/GrGpuGL_program.cpp b/src/gpu/gl/GrGpuGL_program.cpp
index d8299ff..a38ae2d 100644
--- a/src/gpu/gl/GrGpuGL_program.cpp
+++ b/src/gpu/gl/GrGpuGL_program.cpp
@@ -377,6 +377,7 @@
     // and bailed if not true.
     GrAssert(NULL != drawState.getRenderTarget());
 
+    this->flushMiscFixedFunctionState();
     this->flushStencil();
     this->flushAAState(type);