| Index: public/web/WebViewClient.h
|
| diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
|
| index f73cb9708f473a27f29502620cbec0ce33a83ed1..cbdf5e12c978bb8e0977a91b4dd8f9b2042d3301 100644
|
| --- a/public/web/WebViewClient.h
|
| +++ b/public/web/WebViewClient.h
|
| @@ -249,6 +249,8 @@ public:
|
| // action that wasn't initiated by the client.
|
| virtual void zoomLevelChanged() { }
|
|
|
| + // Informs the browser that the page scale has changed.
|
| + virtual void pageScaleFactorChanged() { }
|
|
|
| // Navigator Content Utils --------------------------------------------
|
|
|
|
|