Chromium Code Reviews| Index: webkit/glue/webwidget_impl.h |
| =================================================================== |
| --- webkit/glue/webwidget_impl.h (revision 12427) |
| +++ webkit/glue/webwidget_impl.h (working copy) |
| @@ -51,6 +51,7 @@ |
| 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); |