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

Unified Diff: cc/ShaderChromium.h

Issue 10990116: [cc] Color evicted vs. invalidated checkerboard tiles differently (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
« no previous file with comments | « cc/CCTiledLayerImpl.cpp ('k') | cc/ShaderChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ShaderChromium.h
diff --git a/cc/ShaderChromium.h b/cc/ShaderChromium.h
index 753d92af999670bb14c1693c1d30f701785501f4..2518382e318f06b51a602ed3fa5dd9cefa56855c 100644
--- a/cc/ShaderChromium.h
+++ b/cc/ShaderChromium.h
@@ -338,10 +338,12 @@ public:
int alphaLocation() const { return m_alphaLocation; }
int texTransformLocation() const { return m_texTransformLocation; }
int frequencyLocation() const { return m_frequencyLocation; }
+ int colorLocation() const { return m_colorLocation; }
private:
int m_alphaLocation;
int m_texTransformLocation;
int m_frequencyLocation;
+ int m_colorLocation;
};
} // namespace cc
« no previous file with comments | « cc/CCTiledLayerImpl.cpp ('k') | cc/ShaderChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698