Index: cc/output/gl_renderer.h |
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h |
index 956644ba0e30f2c18ea995e818393fd623885b42..17ff91c2390bafff6a69aa417c0a231a6a9a62a1 100644 |
--- a/cc/output/gl_renderer.h |
+++ b/cc/output/gl_renderer.h |
@@ -432,6 +432,7 @@ class CC_EXPORT GLRenderer : public DirectRenderer { |
bool is_using_bind_uniform_; |
bool visible_; |
bool is_scissor_enabled_; |
+ bool scissor_rect_needs_reset_; |
bool stencil_shadow_; |
bool blend_shadow_; |
unsigned program_shadow_; |