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

Unified Diff: sky/engine/public/web/WebSettings.h

Issue 654693004: Remove meta viewport and @viewport CSS rules. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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: sky/engine/public/web/WebSettings.h
diff --git a/sky/engine/public/web/WebSettings.h b/sky/engine/public/web/WebSettings.h
index 39014dfefdf27dab8329d7a83bd0a44e325c4832..0147bd8021abd1203f8090e3dc4e66bf3e8e9aff 100644
--- a/sky/engine/public/web/WebSettings.h
+++ b/sky/engine/public/web/WebSettings.h
@@ -82,7 +82,6 @@ public:
virtual int availableHoverTypes() const = 0;
virtual HoverType primaryHoverType() const = 0;
virtual bool shrinksViewportContentToFit() const = 0;
- virtual bool viewportEnabled() const = 0;
virtual void setAccelerated2dCanvasEnabled(bool) = 0;
virtual void setAccelerated2dCanvasMSAASampleCount(int) = 0;
virtual void setPreferCompositingToLCDTextEnabled(bool) = 0;
@@ -178,8 +177,6 @@ public:
virtual void setUseWideViewport(bool) = 0;
virtual void setV8CacheOptions(V8CacheOptions) = 0;
virtual void setValidationMessageTimerMagnification(int) = 0;
- virtual void setViewportEnabled(bool) = 0;
- virtual void setViewportMetaEnabled(bool) = 0;
virtual void setWebGLErrorsToConsoleEnabled(bool) = 0;
virtual void setWebSecurityEnabled(bool) = 0;

Powered by Google App Engine
This is Rietveld 408576698