Index: src/gpu/GrGeometryProcessor.h |
diff --git a/src/gpu/GrGeometryProcessor.h b/src/gpu/GrGeometryProcessor.h |
index 43b6a7e31a4c4302f18eb21115056d3d1668189e..736c515e88666bfea71e263f16400c071e31cd38 100644 |
--- a/src/gpu/GrGeometryProcessor.h |
+++ b/src/gpu/GrGeometryProcessor.h |
@@ -220,7 +220,7 @@ protected: |
private: |
virtual bool hasExplicitLocalCoords() const = 0; |
- SkMatrix fViewMatrix; |
+ const SkMatrix fViewMatrix; |
SkMatrix fLocalMatrix; |
typedef GrProcessor INHERITED; |