| Index: webkit/tools/test_shell/test_webview_delegate.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_webview_delegate.h (revision 26935)
|
| +++ webkit/tools/test_shell/test_webview_delegate.h (working copy)
|
| @@ -114,6 +114,12 @@
|
| virtual void didChangeContents();
|
| virtual void didExecuteCommand(const WebKit::WebString& command_name) {}
|
| virtual void didEndEditing();
|
| + virtual void spellCheck(
|
| + const WebKit::WebString& text, int& offset, int& length) {}
|
| + virtual WebKit::WebString autoCorrectWord(
|
| + const WebKit::WebString& misspelled_word);
|
| + virtual void updateSpellingUIWithMisspelledWord(
|
| + const WebKit::WebString& word) {}
|
| virtual void runModalAlertDialog(
|
| WebKit::WebFrame* frame, const WebKit::WebString& message);
|
| virtual bool runModalConfirmDialog(
|
|
|