| 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 0fc99f56c1a313fc0e0d0fdfa003e6ee051648c6..21a25d02a8e531857bbb021f69bc2059c5971c99 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -314,8 +314,6 @@ class PLATFORM_EXPORT GraphicsLayer : public WebLayerScrollClient,
|
|
|
| void incrementPaintCount() { ++m_paintCount; }
|
|
|
| - void notifyFirstPaintToClient();
|
| -
|
| // Helper functions used by settors to keep layer's the state consistent.
|
| void updateChildList();
|
| void updateLayerIsDrawable();
|
|
|