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

Unified Diff: cc/output/direct_renderer.h

Issue 2693023002: Use SwapBuffersWithBounds on Chromecast (Closed)
Patch Set: Address danakj comments on PS1 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
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;
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/direct_renderer.cc » ('j') | cc/output/gl_renderer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698