| Index: cc/output/gl_renderer.h
|
| diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
|
| index 3562271d64cea985ad0a47623b11f6b42089f6ef..204ac62062991c21616c274a47f469d6671f57eb 100644
|
| --- a/cc/output/gl_renderer.h
|
| +++ b/cc/output/gl_renderer.h
|
| @@ -314,7 +314,7 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
|
|
|
| TextureMailboxDeleter* texture_mailbox_deleter_;
|
|
|
| - gfx::Rect swap_buffer_rect_;
|
| + gfx::Rect damage_rect_;
|
| std::vector<gfx::Rect> swap_content_bounds_;
|
| gfx::Rect scissor_rect_;
|
| bool is_scissor_enabled_ = false;
|
|
|