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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsLayer.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/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 caa515889654aa7fb9685cec3b4103ce0a0ff92b..be04751ec811dc5c2a4b29d6fa00a738619f8e80 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
@@ -189,10 +189,7 @@ public:
void setContentsNeedsDisplay();
- // If |visualRect| is not nullptr, it contains all pixels within the GraphicsLayer which might be painted into by
- // the display item client, in coordinate space of the GraphicsLayer.
- // |visualRect| can be nullptr if we know it's unchanged and PaintController has cached the previous value.
- void invalidateDisplayItemClient(const DisplayItemClient&, PaintInvalidationReason, const IntRect* visualRect);
+ void invalidateDisplayItemClient(const DisplayItemClient&, PaintInvalidationReason);
// Set that the position/size of the contents (image or video).
void setContentsRect(const IntRect&);

Powered by Google App Engine
This is Rietveld 408576698