Index: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
index 1301c757331ad9fd4c3d45416dcd5902e623c880..497e748c6f7fbdf87a8ad91c633ddc16600be38e 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
@@ -157,7 +157,7 @@ public: |
bool hasSelfPaintingLayer() const; |
PaintLayer* layer() const { return m_layer.get(); } |
- PaintLayerScrollableArea* scrollableArea() const; |
+ PaintLayerScrollableArea* getScrollableArea() const; |
virtual void updateFromStyle(); |