Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4161)

Unified Diff: cc/shader.h

Issue 11189043: cc: Rename cc classes and members to match filenames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« cc/active_animation.h ('K') | « cc/settings.cc ('k') | cc/shader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« cc/active_animation.h ('K') | « cc/settings.cc ('k') | cc/shader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698