| 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 a04be6d1b3447e5faa34fec1a95e41773138919e..f76810dc14bc17578e4db0988c9d9effbb75e40a 100644
|
| --- a/third_party/WebKit/public/web/WebView.h
|
| +++ b/third_party/WebKit/public/web/WebView.h
|
| @@ -205,6 +205,8 @@ public:
|
| // change.
|
| virtual double setZoomLevel(double) = 0;
|
|
|
| + virtual double setZoomLevelForFrame(WebLocalFrame*, double zoomLevel) = 0;
|
| +
|
| // Updates the zoom limits for this view.
|
| virtual void zoomLimitsChanged(double minimumZoomLevel,
|
| double maximumZoomLevel) = 0;
|
|
|