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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsLayer.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: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
index 6e586637ed611c3918f845f47d01f130881b29ae..97bff3549d8c4cd4a796241a2565b986ca1f7681 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
@@ -246,6 +246,7 @@ public:
static void unregisterContentsLayer(WebLayer*);
// GraphicsContextPainter implementation.
+ IntRect interestRect();
void paint(GraphicsContext&, const IntRect* interestRect) override;
// WebCompositorAnimationDelegate implementation.

Powered by Google App Engine
This is Rietveld 408576698