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

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

Issue 1588543004: Remove paintInvalidationRect from display item client invalidation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: 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 9906bc1fc3418c9cb4aab02732fc97dabfc6a1e4..e133f32587eb0859934b54f0e8ee9cf0a5206ab0 100644
--- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
@@ -124,10 +124,7 @@ public:
// LayoutRect is in the coordinate space of the layer's layout object.
void setContentsNeedDisplayInRect(const LayoutRect&, PaintInvalidationReason);
- // If |visualRect| is not nullptr, it contains all pixels that might be painted by the display item client,
- // in coordinate space of the layer's layout object.
- // |visualRect| can be nullptr if we know it's unchanged and PaintController has cached the previous value.
- void invalidateDisplayItemClient(const DisplayItemClient&, PaintInvalidationReason, const LayoutRect* visualRect);
+ void invalidateDisplayItemClient(const DisplayItemClient&, PaintInvalidationReason);
// Notification from the layoutObject that its content changed.
void contentChanged(ContentChangeType);

Powered by Google App Engine
This is Rietveld 408576698