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

Unified Diff: Source/web/WebPluginScrollbarImpl.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/chromium/support/WebScrollbarImpl.cpp ('k') | Source/web/WebPluginScrollbarImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPluginScrollbarImpl.h
diff --git a/Source/web/WebPluginScrollbarImpl.h b/Source/web/WebPluginScrollbarImpl.h
index 1567cb0482dfc7da9baa70c3016b52042e1b14b5..fa488575bd7daaf2687a48c49717d20b5b7f4265 100644
--- a/Source/web/WebPluginScrollbarImpl.h
+++ b/Source/web/WebPluginScrollbarImpl.h
@@ -42,9 +42,7 @@ class ScrollbarGroup;
class WebPluginScrollbarImpl : public WebPluginScrollbar {
public:
- WebPluginScrollbarImpl(Orientation,
- ScrollbarGroup*,
- WebPluginScrollbarClient*);
+ WebPluginScrollbarImpl(Orientation, ScrollbarGroup*, WebPluginScrollbarClient*);
~WebPluginScrollbarImpl();
void setScrollOffset(int);
@@ -73,6 +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 isCustomScrollbar() const OVERRIDE;
// WebKit::WebPluginScrollbar methods
« no previous file with comments | « Source/core/platform/chromium/support/WebScrollbarImpl.cpp ('k') | Source/web/WebPluginScrollbarImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698