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

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

Issue 23734003: Add the text direction to the WebScrollbar interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: less memory Created 7 years, 4 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
« no previous file with comments | « Source/core/platform/Scrollbar.cpp ('k') | Source/core/platform/chromium/support/WebScrollbarImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/chromium/support/WebScrollbarImpl.h
diff --git a/Source/core/platform/chromium/support/WebScrollbarImpl.h b/Source/core/platform/chromium/support/WebScrollbarImpl.h
index 9592ba0f0ce512a46d93b8a5807890c2e712bb77..124b1a691d7079d96d74c9280e007d81dd564fbc 100644
--- a/Source/core/platform/chromium/support/WebScrollbarImpl.h
+++ b/Source/core/platform/chromium/support/WebScrollbarImpl.h
@@ -52,8 +52,9 @@ public:
virtual ScrollbarPart pressedPart() const OVERRIDE;
virtual ScrollbarPart hoveredPart() const OVERRIDE;
virtual ScrollbarOverlayStyle scrollbarOverlayStyle() const OVERRIDE;
- virtual Orientation orientation() const OVERRIDE;
virtual bool isCustomScrollbar() const OVERRIDE;
+ virtual Orientation orientation() const OVERRIDE;
+ virtual bool isRightToLeft() const OVERRIDE;
virtual bool isAlphaLocked() const OVERRIDE;
virtual void setIsAlphaLocked(bool) OVERRIDE;
« no previous file with comments | « Source/core/platform/Scrollbar.cpp ('k') | Source/core/platform/chromium/support/WebScrollbarImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698