summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webwidget_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webwidget_impl.h')
-rw-r--r--webkit/glue/webwidget_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/webwidget_impl.h b/webkit/glue/webwidget_impl.h
index e6decf4..83fc23b 100644
--- a/webkit/glue/webwidget_impl.h
+++ b/webkit/glue/webwidget_impl.h
@@ -51,6 +51,7 @@ class WebWidgetImpl : public WebWidget,
const std::wstring& ime_string);
virtual bool ImeUpdateStatus(bool* enable_ime,
gfx::Rect* caret_rect);
+ virtual void SetTextDirection(WebTextDirection direction);
// WebWidgetImpl
void Init(WebCore::FramelessScrollView* widget, const gfx::Rect& bounds);