Index: cc/output/direct_renderer.h |
diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h |
index 6721e24e9bd822f6f5c275df94be1af33631dd3b..9c3db40dc2c0600f2a20f584cf702f2d7c25a8c6 100644 |
--- a/cc/output/direct_renderer.h |
+++ b/cc/output/direct_renderer.h |
@@ -160,10 +160,6 @@ class CC_EXPORT DirectRenderer : public Renderer { |
private: |
gfx::Vector2d enlarge_pass_texture_amount_; |
- // Regions that must be drawn in the next frame because they were represented |
- // as CALayers in the current frame. |
- gfx::Rect next_root_damage_rect_; |
- |
DISALLOW_COPY_AND_ASSIGN(DirectRenderer); |
}; |