| Index: cc/output/direct_renderer.h
|
| diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
|
| index c7a0b5e43f452c578cb355aa10fae67848e46940..623c7e7af5144e35474ddc42e1ca3f9fec06e7d3 100644
|
| --- a/cc/output/direct_renderer.h
|
| +++ b/cc/output/direct_renderer.h
|
| @@ -81,6 +81,7 @@ class CC_EXPORT DirectRenderer {
|
| const ScopedResource* current_texture = nullptr;
|
|
|
| gfx::Rect root_damage_rect;
|
| + std::vector<gfx::Rect> root_content_bounds;
|
| gfx::Size device_viewport_size;
|
|
|
| gfx::Transform projection_matrix;
|
|
|