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

Unified Diff: Source/web/WebPluginScrollbarImpl.cpp

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/web/WebPluginScrollbarImpl.h ('k') | public/platform/WebScrollbar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPluginScrollbarImpl.cpp
diff --git a/Source/web/WebPluginScrollbarImpl.cpp b/Source/web/WebPluginScrollbarImpl.cpp
index 514755d2f5a3c46d87683a0b9899198f8737be3a..e7c49da03451b9190b7520cd1f5c6d2c316e91fb 100644
--- a/Source/web/WebPluginScrollbarImpl.cpp
+++ b/Source/web/WebPluginScrollbarImpl.cpp
@@ -189,6 +189,11 @@ WebScrollbar::Orientation WebPluginScrollbarImpl::orientation() const
return WebScrollbar::Vertical;
}
+bool WebPluginScrollbarImpl::isRightToLeft() const
+{
+ return false;
+}
+
bool WebPluginScrollbarImpl::isCustomScrollbar() const
{
return m_scrollbar->isCustomScrollbar();
« no previous file with comments | « Source/web/WebPluginScrollbarImpl.h ('k') | public/platform/WebScrollbar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698