Index: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
index 882605d927cdb2a79c8410524970004213c4463a..132cc2dad43c2eab07340825923e9e086244768d 100644 |
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
@@ -110,8 +110,8 @@ public: |
void touchEventTargetRectsDidChange(); |
void willDestroyLayer(PaintLayer*); |
- void updateScrollParentForGraphicsLayer(GraphicsLayer* child, PaintLayer* parent); |
- void updateClipParentForGraphicsLayer(GraphicsLayer* child, PaintLayer* parent); |
+ void updateScrollParentForGraphicsLayer(GraphicsLayer* child, const PaintLayer* parent); |
+ void updateClipParentForGraphicsLayer(GraphicsLayer* child, const PaintLayer* parent); |
static String mainThreadScrollingReasonsAsText(MainThreadScrollingReasons); |
String mainThreadScrollingReasonsAsText() const; |