| 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&);
|
|
|