Index: third_party/WebKit/Source/core/paint/PaintLayer.h |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h |
index c41cc1e2859b2d2016494332c92b7e47b063bb20..5c0990c041a44c675a0abb915cfb1d4cff29073b 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h |
@@ -500,7 +500,7 @@ public: |
void computeSelfHitTestRects(LayerHitTestRects&) const; |
// FIXME: This should probably return a ScrollableArea but a lot of internal methods are mistakenly exposed. |
- PaintLayerScrollableArea* scrollableArea() const { return m_scrollableArea.get(); } |
+ PaintLayerScrollableArea* getScrollableArea() const { return m_scrollableArea.get(); } |
PaintLayerClipper clipper() const { return PaintLayerClipper(*this); } |