| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index ff4d3710b20df27ecd08966f7108fb1081eeb7b7..ffc7d88e42fc6516e90a2243ee467865f2782df8 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -94,6 +94,7 @@ public:
|
| virtual void setDefaultVideoPosterURL(const WebString&) = 0;
|
| void setDeferred2dCanvasEnabled(bool) { } // temporary stub
|
| virtual void setDeferredImageDecodingEnabled(bool) = 0;
|
| + virtual void setDeviceScaleAdjustment(float) = 0;
|
| virtual void setDeviceSupportsMouse(bool) = 0;
|
| virtual void setDeviceSupportsTouch(bool) = 0;
|
| virtual void setDoubleTapToZoomEnabled(bool) = 0;
|
|
|