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

Unified Diff: cc/surfaces/surface_aggregator.h

Issue 2582823002: WIP: Surface Synchronization System
Patch Set: Only create ClientSurfaceEmbedder if window is visible. Trash it otherwise. Created 3 years, 11 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/surfaces/surface_aggregator.h
diff --git a/cc/surfaces/surface_aggregator.h b/cc/surfaces/surface_aggregator.h
index ea2b8e6d7a5b4d2370142b5c45648351726f92db..e4cb31ba6593787f46666c3e3407351e169decd0 100644
--- a/cc/surfaces/surface_aggregator.h
+++ b/cc/surfaces/surface_aggregator.h
@@ -79,7 +79,11 @@ class CC_SURFACES_EXPORT SurfaceAggregator {
void HandleSurfaceQuad(const SurfaceDrawQuad* surface_quad,
const gfx::Transform& target_transform,
const ClipData& clip_rect,
- RenderPass* dest_pass);
+ RenderPass* dest_pass,
+ bool ignore_undamaged,
+ gfx::Rect* damage_rect_in_quad_space,
+ bool* damage_rect_in_quad_space_valid);
+
SharedQuadState* CopySharedQuadState(const SharedQuadState* source_sqs,
const gfx::Transform& target_transform,
const ClipData& clip_rect,

Powered by Google App Engine
This is Rietveld 408576698