Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1185)

Unified Diff: Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h

Issue 23480037: Fix RTL scroll bars being misrendered on Android. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: isLeftSideVerticalScrollbar Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h
diff --git a/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h b/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h
index 5f6728fc5dfef4a9ccda2124b54a27ac4b5750f9..3c08004b7da11c45a3ea2a83c22188f96e489555 100644
--- a/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h
+++ b/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h
@@ -62,6 +62,7 @@ public:
virtual IntPoint convertFromContainingWindow(const IntPoint&) OVERRIDE;
virtual bool isCustomScrollbar() const OVERRIDE;
virtual ScrollbarOrientation orientation() const OVERRIDE;
+ virtual bool isLeftSideVerticalScrollbar() const OVERRIDE;
virtual int value() const OVERRIDE;
virtual float currentPos() const OVERRIDE;
virtual int visibleSize() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698