| Index: Source/core/page/scrolling/ScrollingCoordinator.h
|
| diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h
|
| index 3acfe9ad89529c07c4b98fb55567c0e6c63b0e13..792bc187748196b2b6fbb21d22c87ebe8dda1fd6 100644
|
| --- a/Source/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/Source/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -157,6 +157,7 @@ private:
|
| void removeWebScrollbarLayer(ScrollableArea*, ScrollbarOrientation);
|
|
|
| bool frameViewIsScrollableIsDirty() const;
|
| + void updateMainFrameIsScrollable();
|
|
|
| typedef HashMap<ScrollableArea*, OwnPtr<blink::WebScrollbarLayer> > ScrollbarMap;
|
| ScrollbarMap m_horizontalScrollbars;
|
|
|