Chromium Code Reviews| Index: cc/output/gl_renderer.h |
| diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h |
| index def9a259d5b680bcd213b61a1a9e49d51c04575b..a03a4b6b428ad243cbbf1d672f9b00988f20ef1d 100644 |
| --- a/cc/output/gl_renderer.h |
| +++ b/cc/output/gl_renderer.h |
| @@ -416,6 +416,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_; |