| Index: third_party/WebKit/public/web/WebView.h
|
| diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
|
| index b4b742e0ad74270332f44caeb38c57b4d5b979b1..7202a5f2c371f095962b71f3e3945377291d5724 100644
|
| --- a/third_party/WebKit/public/web/WebView.h
|
| +++ b/third_party/WebKit/public/web/WebView.h
|
| @@ -58,6 +58,7 @@ class WebRemoteFrame;
|
| class WebSettings;
|
| class WebSpellCheckClient;
|
| class WebString;
|
| +class WebTextCheckClient;
|
| class WebViewClient;
|
| class WebViewScheduler;
|
| struct WebActiveWheelFlingParameters;
|
| @@ -135,6 +136,9 @@ class WebView : protected WebWidget {
|
| virtual void setPrerendererClient(WebPrerendererClient*) = 0;
|
| virtual void setSpellCheckClient(WebSpellCheckClient*) = 0;
|
|
|
| + // TODO(xiaochengh): Move reference of WebTextCheckClient to WebLocalFrame.
|
| + virtual void setTextCheckClient(WebTextCheckClient*) = 0;
|
| +
|
| // Options -------------------------------------------------------------
|
|
|
| // The returned pointer is valid for the lifetime of the WebView.
|
|
|