| Index: Source/platform/scroll/ScrollableArea.h
|
| diff --git a/Source/platform/scroll/ScrollableArea.h b/Source/platform/scroll/ScrollableArea.h
|
| index 0ead1cc04ded490000c63bef40c36cf388550034..a084e2423192bbff39e02cbc828a95c10b75f19a 100644
|
| --- a/Source/platform/scroll/ScrollableArea.h
|
| +++ b/Source/platform/scroll/ScrollableArea.h
|
| @@ -205,8 +205,6 @@ public:
|
| virtual void registerForAnimation() { }
|
| virtual void deregisterForAnimation() { }
|
|
|
| - void notifyCompositorAnimationFinished(int groupId);
|
| -
|
| virtual bool usesCompositedScrolling() const { return false; }
|
|
|
| // Returns true if the GraphicsLayer tree needs to be rebuilt.
|
|
|