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

Unified Diff: cc/output/output_surface_frame.h

Issue 2693023002: Use SwapBuffersWithBounds on Chromecast (Closed)
Patch Set: 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/output_surface_frame.h
diff --git a/cc/output/output_surface_frame.h b/cc/output/output_surface_frame.h
index 2306f2e5b4bbe686807d324dd438eee65266d245..6695ffd69319a497a967ee3dbbe1b9c0993b933c 100644
--- a/cc/output/output_surface_frame.h
+++ b/cc/output/output_surface_frame.h
@@ -27,6 +27,7 @@ class CC_EXPORT OutputSurfaceFrame {
gfx::Size size;
gfx::Rect sub_buffer_rect;
+ std::vector<gfx::Rect> content_bounds;
danakj 2017/02/14 17:28:58 Can you make clear in comments the relationship be
halliwell 2017/02/15 22:29:04 Done.
std::vector<ui::LatencyInfo> latency_info;
private:

Powered by Google App Engine
This is Rietveld 408576698