| Index: Source/core/page/scrolling/ScrollingCoordinator.h
|
| diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h
|
| index f721e7937c02374b4c45b17225cdb221e5ef33bd..e0bebd9aa104c9a26473d836632e903738b90b73 100644
|
| --- a/Source/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/Source/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -152,14 +152,11 @@ private:
|
| blink::WebScrollbarLayer* getWebScrollbarLayer(ScrollableArea*, ScrollbarOrientation);
|
| void removeWebScrollbarLayer(ScrollableArea*, ScrollbarOrientation);
|
|
|
| +
|
| typedef HashMap<ScrollableArea*, OwnPtr<blink::WebScrollbarLayer> > ScrollbarMap;
|
| ScrollbarMap m_horizontalScrollbars;
|
| ScrollbarMap m_verticalScrollbars;
|
| HashSet<const RenderLayer*> m_layersWithTouchRects;
|
| - bool m_wasFrameScrollable;
|
| -
|
| - // This is retained for testing.
|
| - MainThreadScrollingReasons m_lastMainThreadScrollingReasons;
|
| };
|
|
|
| } // namespace WebCore
|
|
|