Index: cc/gl_renderer_draw_cache.h |
diff --git a/cc/gl_renderer_draw_cache.h b/cc/gl_renderer_draw_cache.h |
index c0a2b6900d8b9b34846f3813baf020225002947a..4ba4c657ff2c275336f33020ce203059982501c1 100644 |
--- a/cc/gl_renderer_draw_cache.h |
+++ b/cc/gl_renderer_draw_cache.h |
@@ -32,6 +32,7 @@ struct TexturedQuadDrawCache { |
int alpha_location; |
int uv_xform_location; |
int matrix_location; |
+ int sampler_location; |
// A cache for the coalesced quad data. |
std::vector<Float4> uv_xform_data; |