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

Unified Diff: Source/web/WebPluginScrollbarImpl.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/web/WebPluginScrollbarImpl.h
diff --git a/Source/web/WebPluginScrollbarImpl.h b/Source/web/WebPluginScrollbarImpl.h
index fa488575bd7daaf2687a48c49717d20b5b7f4265..f0618c844192341dd0b9ed1b2d15a811c5154afd 100644
--- a/Source/web/WebPluginScrollbarImpl.h
+++ b/Source/web/WebPluginScrollbarImpl.h
@@ -71,7 +71,7 @@ public:
virtual WebScrollbar::ScrollbarPart hoveredPart() const OVERRIDE;
virtual WebScrollbar::ScrollbarOverlayStyle scrollbarOverlayStyle() const OVERRIDE;
virtual WebScrollbar::Orientation orientation() const OVERRIDE;
- virtual bool isRightToLeft() const OVERRIDE;
+ virtual bool isLeftSideVerticalScrollbar() const OVERRIDE;
virtual bool isCustomScrollbar() const OVERRIDE;
// WebKit::WebPluginScrollbar methods

Powered by Google App Engine
This is Rietveld 408576698