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

Unified Diff: ui/compositor/layer.h

Issue 1452353002: Turn off computation of the interest rect in cc in synchronized paint mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: ui/compositor/layer.h
diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
index 187a3d9fcae1d180106e5572d46c376d59aef558..3d3d47920e32b8f3742d32be2986131e1e94b991 100644
--- a/ui/compositor/layer.h
+++ b/ui/compositor/layer.h
@@ -349,8 +349,8 @@ class COMPOSITOR_EXPORT Layer
// ContentLayerClient
scoped_refptr<cc::DisplayItemList> PaintContentsToDisplayList(
- const gfx::Rect& clip,
- ContentLayerClient::PaintingControlSetting painting_control) override;
+ ContentLayerClient::PaintingControlSetting painting_control,
+ gfx::Rect* recording_viewport) override;
bool FillsBoundsCompletely() const override;
size_t GetApproximateUnsharedMemoryUsage() const override;

Powered by Google App Engine
This is Rietveld 408576698