| Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp
|
| index 30ba2b9554699d95115ee07d6d3ed8f1506b2dd7..b9d0e5de433565fbcefa360e2760cb64a9ab2ec2 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp
|
| @@ -204,6 +204,8 @@ void ScrollbarThemeOverlay::paintThumb(GraphicsContext& context,
|
| params.scrollbarThumb.scrollbarTheme =
|
| static_cast<WebScrollbarOverlayColorTheme>(
|
| scrollbar.getScrollbarOverlayColorTheme());
|
| + params.scrollbarThumb.isLeftVerticalScrollbar =
|
| + scrollbar.isLeftSideVerticalScrollbar();
|
|
|
| Platform::current()->themeEngine()->paint(canvas, part, state, WebRect(rect),
|
| ¶ms);
|
|
|