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

Unified Diff: sky/engine/web/WebSettingsImpl.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/web/WebSettingsImpl.h
diff --git a/sky/engine/web/WebSettingsImpl.h b/sky/engine/web/WebSettingsImpl.h
index 0fa46978e099bf2433c39d3a53f81635330c0620..04c605f33d06881e3e0d8652687c7105c9e4de3f 100644
--- a/sky/engine/web/WebSettingsImpl.h
+++ b/sky/engine/web/WebSettingsImpl.h
@@ -48,7 +48,6 @@ public:
virtual PointerType primaryPointerType() const override;
virtual int availableHoverTypes() const override;
virtual HoverType primaryHoverType() const override;
- virtual bool viewportEnabled() const override;
virtual void setAccelerated2dCanvasEnabled(bool) override;
virtual void setAccelerated2dCanvasMSAASampleCount(int) override;
virtual void setPreferCompositingToLCDTextEnabled(bool) override;
@@ -132,8 +131,6 @@ public:
virtual void setUseWideViewport(bool) override;
virtual void setV8CacheOptions(V8CacheOptions) override;
virtual void setValidationMessageTimerMagnification(int) override;
- virtual void setViewportEnabled(bool) override;
- virtual void setViewportMetaEnabled(bool) override;
virtual void setWebGLErrorsToConsoleEnabled(bool) override;
virtual void setWebSecurityEnabled(bool) override;

Powered by Google App Engine
This is Rietveld 408576698