| Index: Source/core/frame/PinchViewport.cpp
|
| diff --git a/Source/core/frame/PinchViewport.cpp b/Source/core/frame/PinchViewport.cpp
|
| index 7f863bf52bd95b0a40958980f05f52e28cfeef02..1410994a5a88d55e2829e63e82a9d96dd5565d27 100644
|
| --- a/Source/core/frame/PinchViewport.cpp
|
| +++ b/Source/core/frame/PinchViewport.cpp
|
| @@ -202,7 +202,7 @@ void PinchViewport::setupScrollbar(WebScrollbar::Orientation orientation)
|
| ScrollingCoordinator* coordinator = m_frameHost.page().scrollingCoordinator();
|
| ASSERT(coordinator);
|
| ScrollbarOrientation webcoreOrientation = isHorizontal ? HorizontalScrollbar : VerticalScrollbar;
|
| - webScrollbarLayer = coordinator->createSolidColorScrollbarLayer(webcoreOrientation, overlayScrollbarThickness, false);
|
| + webScrollbarLayer = coordinator->createSolidColorScrollbarLayer(webcoreOrientation, overlayScrollbarThickness, 0, false);
|
|
|
| webScrollbarLayer->setClipLayer(m_innerViewportContainerLayer->platformLayer());
|
| scrollbarGraphicsLayer->setContentsToPlatformLayer(webScrollbarLayer->layer());
|
|
|