| Index: public/web/WebViewClient.h
|
| diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
|
| index d690585b683518a147da0714e696b7bcf0b6b087..2e8e4ab1bc9aaf8397301ff7ef00b1b1e679c1d9 100644
|
| --- a/public/web/WebViewClient.h
|
| +++ b/public/web/WebViewClient.h
|
| @@ -115,6 +115,9 @@ public:
|
| // A data url from <canvas> or <img> is passed to the method's argument.
|
| virtual void saveImageFromDataURL(const WebString&) { }
|
|
|
| + // Called when PageImportanceSignals for the WebView is updated.
|
| + virtual void pageImportanceSignalsChanged() { }
|
| +
|
| // Editing -------------------------------------------------------------
|
|
|
| // These methods allow the client to intercept and overrule editing
|
|
|