Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1809)

Unified Diff: cc/output/direct_renderer.h

Issue 2693023002: Use SwapBuffersWithBounds on Chromecast (Closed)
Patch Set: danakj nits Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/direct_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/direct_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698