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