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

Unified Diff: cc/output/output_surface_frame.h

Issue 2776923003: cc: Partial draw without partial swap support. (Closed)
Patch Set: avoid BufferQueue::RecreateBuffer changes Created 3 years, 8 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/output/output_surface.h ('k') | cc/output/overlay_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/output_surface_frame.h
diff --git a/cc/output/output_surface_frame.h b/cc/output/output_surface_frame.h
index fd01648a1140311dace179396d930408ddea96fb..21f89aaaa51690b2f36269f1a6add742f0db6121 100644
--- a/cc/output/output_surface_frame.h
+++ b/cc/output/output_surface_frame.h
@@ -27,6 +27,7 @@ class CC_EXPORT OutputSurfaceFrame {
OutputSurfaceFrame& operator=(OutputSurfaceFrame&& other);
gfx::Size size;
+ gfx::Rect damage_rect;
// Providing both |sub_buffer_rect| and |content_bounds| is not supported;
// if neither is present, regular swap is used.
// Optional rect for partial or empty swap.
« no previous file with comments | « cc/output/output_surface.h ('k') | cc/output/overlay_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698