Chromium Code Reviews| Index: public/web/WebView.h |
| diff --git a/public/web/WebView.h b/public/web/WebView.h |
| index 128aae1b8c7e356c98a84892790989988ab5a582..4f3a1a616d357adb9bdc44f882780793656fb893 100644 |
| --- a/public/web/WebView.h |
| +++ b/public/web/WebView.h |
| @@ -197,6 +197,10 @@ 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 |
|
jochen (gone - plz use gerrit)
2013/07/16 10:05:24
nit. comments should be correct sentence (start w
|
| + virtual bool zoomToMultipleTargetsRect(const WebRect&) = 0; |
|
abarth-chromium
2013/07/16 18:54:42
Please keep two blank lines between sections.
|
| // Zoom ---------------------------------------------------------------- |