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

Unified Diff: public/platform/WebScrollbar.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: public/platform/WebScrollbar.h
diff --git a/public/platform/WebScrollbar.h b/public/platform/WebScrollbar.h
index 26adf36860d505191abbb11f6337c40de20a5c1c..06d8d6e7ad335f1c4e6fba789c452f7e94cdc24d 100644
--- a/public/platform/WebScrollbar.h
+++ b/public/platform/WebScrollbar.h
@@ -106,7 +106,7 @@ public:
virtual ScrollbarOverlayStyle scrollbarOverlayStyle() const = 0;
virtual bool isCustomScrollbar() const = 0;
virtual Orientation orientation() const = 0;
- virtual bool isRightToLeft() const = 0;
+ virtual bool isLeftSideVerticalScrollbar() const = 0;
virtual bool isAlphaLocked() const { return false; }
virtual void setIsAlphaLocked(bool) { }
};
« Source/web/ScrollbarGroup.cpp ('K') | « Source/web/tests/ScrollAnimatorNoneTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698