| Index: Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
|
| index efb150fd7b219979c13275ea3ae087a0f7686052..22dd3c4856bd6c8a005b0a862d7b6958c4642952 100644
|
| --- a/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/Source/platform/graphics/GraphicsLayer.h
|
| @@ -220,7 +220,6 @@
|
|
|
| bool isTrackingPaintInvalidations() const { return m_client->isTrackingPaintInvalidations(); }
|
| void resetTrackedPaintInvalidations();
|
| - bool hasTrackedPaintInvalidations() const;
|
| void trackPaintInvalidationRect(const FloatRect&);
|
| void trackPaintInvalidationObject(const String&);
|
|
|
| @@ -252,8 +251,6 @@
|
|
|
| // Exposed for tests.
|
| virtual WebLayer* contentsLayer() const { return m_contentsLayer; }
|
| -
|
| - ContentLayerDelegate* contentLayerDelegateForTesting() const { return m_contentLayerDelegate.get(); }
|
|
|
| #ifndef NDEBUG
|
| DisplayItemClient displayItemClient() const { return toDisplayItemClient(this); }
|
|
|