Index: public/web/WebView.h |
diff --git a/public/web/WebView.h b/public/web/WebView.h |
index 8d5cc5696564ba12b90a37c9c509e5c4ef2e0716..4bd7b1edfe91f70abc4ebd5e912ca614d724f3d7 100644 |
--- a/public/web/WebView.h |
+++ b/public/web/WebView.h |
@@ -214,6 +214,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 ---------------------------------------------------------------- |