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

Unified Diff: cc/shader.h

Issue 11420079: Allow using a larger-than-necessary texture as cached render pass backing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win build fix - filepath literals Created 8 years 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
Index: cc/shader.h
diff --git a/cc/shader.h b/cc/shader.h
index 67e93cbcf09e2010b017111733941ab166eeb956..a1aec88d69298193d883e15bc8ea05d9c8daa2c3 100644
--- a/cc/shader.h
+++ b/cc/shader.h
@@ -85,10 +85,12 @@ public:
int matrixLocation() const { return m_matrixLocation; }
int pointLocation() const { return m_pointLocation; }
+ int texScaleLocation() const { return m_texScaleLocation; }
private:
int m_matrixLocation;
int m_pointLocation;
+ int m_texScaleLocation;
};
class VertexShaderTile {
« cc/gl_renderer_pixeltest.cc ('K') | « cc/gl_renderer_pixeltest.cc ('k') | cc/shader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698