| Index: Source/core/page/scrolling/ScrollingCoordinator.h
|
| diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h
|
| index 256ef402c63c6735ed707336bf3c645a59712700..7c75898d332623674a7826c819e1f5226ec24fac 100644
|
| --- a/Source/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/Source/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -64,6 +64,8 @@ public:
|
| // Called when any frame has done its layout.
|
| void notifyLayoutUpdated();
|
|
|
| + bool hasScrollChildren(GraphicsLayer*);
|
| +
|
| // Should be called after compositing has been updated.
|
| void updateAfterCompositingChange();
|
|
|
|
|