Index: third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp b/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp |
index 4b40c57fcddc4d60bcb2e82b76d4126cf9d7bc5b..985b2d01d415224838adc50e7414dd88282513a8 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp |
@@ -600,7 +600,7 @@ static void write(TextStream& ts, PaintLayer& layer, |
if (reportFrameScrollInfo) |
scrollableArea = toLayoutView(layer.layoutObject())->frameView(); |
else |
- scrollableArea = layer.scrollableArea(); |
+ scrollableArea = layer.getScrollableArea(); |
DoublePoint adjustedScrollOffset = scrollableArea->scrollPositionDouble() + toDoubleSize(scrollableArea->scrollOrigin()); |
if (adjustedScrollOffset.x()) |