Index: cc/shader.h |
diff --git a/cc/shader.h b/cc/shader.h |
index fa87b6817d6566878329ab544cbe610f8af92760..3934d9f1cde1f88717c2485004ec9e1f02d7c62c 100644 |
--- a/cc/shader.h |
+++ b/cc/shader.h |
@@ -303,7 +303,7 @@ public: |
int uTextureLocation() const { return m_uTextureLocation; } |
int vTextureLocation() const { return m_vTextureLocation; } |
int alphaLocation() const { return m_alphaLocation; } |
- int ccMatrixLocation() const { return m_ccMatrixLocation; } |
+ int matrixLocation() const { return m_ccMatrixLocation; } |
int yuvAdjLocation() const { return m_yuvAdjLocation; } |
private: |