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

Unified Diff: third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.h

Issue 1393083003: Implement interest rects for synchronized paint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.h
diff --git a/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.h b/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.h
index 968e1073a4b2a35498a253982561b5a7da1314f3..6cf7c5d614d31b3febf45a2b2cdfc75498cf3653 100644
--- a/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.h
+++ b/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.h
@@ -42,6 +42,7 @@ class IntRect;
class PLATFORM_EXPORT GraphicsContextPainter {
public:
virtual void paint(GraphicsContext&, const IntRect& clip) = 0;
+ virtual void paintIfNeeded(GraphicsContext&) = 0;
wkorman 2015/10/09 19:46:32 Comment w/ some brief docs? Esp. re: this vs the o
chrishtr 2015/10/09 20:54:52 Done.
virtual DisplayItemList* displayItemList() = 0;
protected:

Powered by Google App Engine
This is Rietveld 408576698