| Index: Source/WebCore/page/scrolling/ScrollingCoordinator.h
|
| diff --git a/Source/WebCore/page/scrolling/ScrollingCoordinator.h b/Source/WebCore/page/scrolling/ScrollingCoordinator.h
|
| index 382c6d7f20f43b97a9a29fe6dec18f1fe0ba377a..7bac8b112077c9421feddfaf7af56bcb297be24a 100644
|
| --- a/Source/WebCore/page/scrolling/ScrollingCoordinator.h
|
| +++ b/Source/WebCore/page/scrolling/ScrollingCoordinator.h
|
| @@ -98,6 +98,7 @@ public:
|
| void willDestroyScrollableArea(ScrollableArea*);
|
| void scrollableAreaScrollLayerDidChange(ScrollableArea*);
|
| void scrollableAreaScrollbarLayerDidChange(ScrollableArea*, ScrollbarOrientation);
|
| + void fixedRootBackgroundLayerDidChange(GraphicsLayer*);
|
| void setLayerIsContainerForFixedPositionLayers(GraphicsLayer*, bool);
|
| void updateLayerPositionConstraint(RenderLayer*);
|
| void touchEventTargetRectsDidChange(const Document*);
|
|
|