| 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 371b1f1f8084b1e8065ca80952903fe07c9acfc9..9a0456988b95ec89dd3751c8ce467939d5a1a9f7 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -291,6 +291,7 @@ private:
|
| void incrementPaintCount() { ++m_paintCount; }
|
|
|
| void notifyFirstPaintToClient();
|
| + void notifyPaintInvalidationToClient(const IntRect* visualRect);
|
|
|
| // Helper functions used by settors to keep layer's the state consistent.
|
| void updateChildList();
|
|
|