Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1903)

Unified Diff: Source/web/WebSettingsImpl.h

Issue 49913005: Add Settings::deviceScaleAdjustment. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address review comments. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 7a3731b0ab323dd866070e22bd85b416c59c5f21..863f6c9ebc453f0266111fd4fe67eede685ee863 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -87,6 +87,7 @@ public:
virtual void setDefaultVideoPosterURL(const WebString&);
virtual void setDeferred2dCanvasEnabled(bool);
virtual void setDeferredImageDecodingEnabled(bool);
+ virtual void setDeviceScaleAdjustment(float);
virtual void setDeviceSupportsMouse(bool);
virtual void setDeviceSupportsTouch(bool);
virtual void setDoubleTapToZoomEnabled(bool);

Powered by Google App Engine
This is Rietveld 408576698