Index: Source/core/frame/PinchViewport.cpp |
diff --git a/Source/core/frame/PinchViewport.cpp b/Source/core/frame/PinchViewport.cpp |
index ca69be581e8c9e9d1c44f10a5e95996a7cdf57b5..48ac083c7046c3c737bc2fb47ee4f37d6605ecc0 100644 |
--- a/Source/core/frame/PinchViewport.cpp |
+++ b/Source/core/frame/PinchViewport.cpp |
@@ -352,7 +352,7 @@ void PinchViewport::attachToLayerTree(GraphicsLayer* currentLayerTreeRoot, Graph |
m_overlayScrollbarHorizontal = GraphicsLayer::create(graphicsLayerFactory, this); |
m_overlayScrollbarVertical = GraphicsLayer::create(graphicsLayerFactory, this); |
- blink::ScrollingCoordinator* coordinator = frameHost().page().scrollingCoordinator(); |
+ ScrollingCoordinator* coordinator = frameHost().page().scrollingCoordinator(); |
ASSERT(coordinator); |
coordinator->setLayerIsContainerForFixedPositionLayers(m_innerViewportScrollLayer.get(), true); |