| Index: cc/output/direct_renderer.h
|
| diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
|
| index 0c8df9ebd662290086ec36e7f98e506369e9ac71..0eeb47493df0f624bf0dfd55dd14c4a04300ad95 100644
|
| --- a/cc/output/direct_renderer.h
|
| +++ b/cc/output/direct_renderer.h
|
| @@ -82,6 +82,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::ColorSpace device_color_space;
|
|
|
|
|