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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h

Issue 1511583002: Client Side Speed Index Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/core/layout/compositing/CompositedLayerMapping.h
diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
index 0de87d8988f8e085d59700ab766c223cefb2b0e4..aebfb3d871346b10bcebe0f8ee083941d00f7fba 100644
--- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
@@ -154,6 +154,7 @@ public:
void notifyFirstPaint() override;
void notifyFirstTextPaint() override;
void notifyFirstImagePaint() override;
+ void notifyPaintInvalidation(const IntRect* visualRect, int paintCount) override;
IntRect computeInterestRect(const GraphicsLayer*, const IntRect& previousInterestRect) const override;
bool needsRepaint() const override;

Powered by Google App Engine
This is Rietveld 408576698