Index: src/gpu/GrOptDrawState.h |
diff --git a/src/gpu/GrOptDrawState.h b/src/gpu/GrOptDrawState.h |
index cef32b615780151fe39cd0e725e2c9f03c7fc987..c44bb6f8aa90afdd4fa7cd0e6828d4033db65275 100644 |
--- a/src/gpu/GrOptDrawState.h |
+++ b/src/gpu/GrOptDrawState.h |
@@ -30,8 +30,10 @@ public: |
* Returns a snapshot of the current optimized state. The GrOptDrawState is reffed and ownership |
* is given to the caller. |
*/ |
- static GrOptDrawState* Create(const GrDrawState& drawState, GrGpu*, |
- const GrDeviceCoordTexture* dstCopy, GrGpu::DrawType drawType); |
+ static GrOptDrawState* Create(const GrDrawState& drawState, |
+ GrGpu*, |
+ const GrDeviceCoordTexture* dstCopy, |
+ GrGpu::DrawType drawType); |
bool operator== (const GrOptDrawState& that) const; |