Chromium Code Reviews| Index: webkit/glue/webview_impl.h |
| =================================================================== |
| --- webkit/glue/webview_impl.h (revision 11937) |
| +++ webkit/glue/webview_impl.h (working copy) |
| @@ -75,6 +75,7 @@ |
| const std::wstring& ime_string); |
| virtual bool ImeUpdateStatus(bool* enable_ime, |
| gfx::Rect* caret_rect); |
| + virtual void SetTextDirection(WebTextDirection direction); |
| virtual void StopLoading(); |
| virtual void SetBackForwardListSize(int size); |
| virtual void RestoreFocus(); |