Index: Source/core/page/scrolling/ScrollingCoordinator.h |
diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h |
index 57cc22a46ab8668d93b84df4cd49d7fbce63076c..84e79dde36ec7cbdadf285f5bc264f63de1ace2b 100644 |
--- a/Source/core/page/scrolling/ScrollingCoordinator.h |
+++ b/Source/core/page/scrolling/ScrollingCoordinator.h |
@@ -99,12 +99,12 @@ public: |
bool scrollableAreaScrollLayerDidChange(ScrollableArea*); |
void scrollableAreaScrollbarLayerDidChange(ScrollableArea*, ScrollbarOrientation); |
void setLayerIsContainerForFixedPositionLayers(GraphicsLayer*, bool); |
- void updateLayerPositionConstraint(RenderLayer*); |
+ void updateLayerPositionConstraint(Layer*); |
void touchEventTargetRectsDidChange(); |
- void willDestroyRenderLayer(RenderLayer*); |
+ void willDestroyLayer(Layer*); |
- void updateScrollParentForGraphicsLayer(GraphicsLayer* child, RenderLayer* parent); |
- void updateClipParentForGraphicsLayer(GraphicsLayer* child, RenderLayer* parent); |
+ void updateScrollParentForGraphicsLayer(GraphicsLayer* child, Layer* parent); |
+ void updateClipParentForGraphicsLayer(GraphicsLayer* child, Layer* parent); |
static String mainThreadScrollingReasonsAsText(MainThreadScrollingReasons); |
String mainThreadScrollingReasonsAsText() const; |
@@ -150,7 +150,7 @@ private: |
using ScrollbarMap = HashMap<ScrollableArea*, OwnPtr<blink::WebScrollbarLayer>>; |
ScrollbarMap m_horizontalScrollbars; |
ScrollbarMap m_verticalScrollbars; |
- HashSet<const RenderLayer*> m_layersWithTouchRects; |
+ HashSet<const Layer*> m_layersWithTouchRects; |
bool m_wasFrameScrollable; |
MainThreadScrollingReasons m_lastMainThreadScrollingReasons; |