| Index: public/web/WebView.h
|
| diff --git a/public/web/WebView.h b/public/web/WebView.h
|
| index 128aae1b8c7e356c98a84892790989988ab5a582..2a942b253cafa2a145ed02acdb5643535377ce62 100644
|
| --- a/public/web/WebView.h
|
| +++ b/public/web/WebView.h
|
| @@ -197,6 +197,11 @@ public:
|
| // Animate a scale into the specified find-in-page rect.
|
| virtual void zoomToFindInPageRect(const WebRect&) = 0;
|
|
|
| + // Animate a scale into the specified rect where multiple targets were
|
| + // found from previous tap gesture.
|
| + // Returns false if it doesn't do any zooming.
|
| + virtual bool zoomToMultipleTargetsRect(const WebRect&) = 0;
|
| +
|
|
|
| // Zoom ----------------------------------------------------------------
|
|
|
|
|