| 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 ccd46ce923ab392a5ec3aa6c8e7f44ebcbcfe5de..9754f7f0bcc12842b6518cd507c46c0a5f8d7837 100644
|
| --- a/third_party/WebKit/public/web/WebView.h
|
| +++ b/third_party/WebKit/public/web/WebView.h
|
| @@ -293,6 +293,9 @@ public:
|
| // Sets the ratio as computed by computePageScaleConstraints.
|
| virtual void setDeviceScaleFactor(float) = 0;
|
|
|
| + // Sets the additional zoom factor used for device scale factor.
|
| + virtual void setZoomFactorForDeviceScaleFactor(float) = 0;
|
| +
|
| // Set and reset the device color profile.
|
| virtual void setDeviceColorProfile(const WebVector<char>&) = 0;
|
| virtual void resetDeviceColorProfile() = 0;
|
|
|