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

Unified Diff: sky/engine/core/page/Chrome.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/core/page/Chrome.h
diff --git a/sky/engine/core/page/Chrome.h b/sky/engine/core/page/Chrome.h
index 41106ba4f31f10f8f9d89e40d038e8e3c87e4dd5..13083e5e59e9aa78b9706b4e391f0e0c334e7a72 100644
--- a/sky/engine/core/page/Chrome.h
+++ b/sky/engine/core/page/Chrome.h
@@ -43,7 +43,6 @@ class Node;
class Page;
struct DateTimeChooserParameters;
-struct ViewportDescription;
class Chrome final : public HostWindow {
public:
@@ -81,8 +80,6 @@ public:
void setToolTip(const HitTestResult&);
- void dispatchViewportPropertiesDidChange(const ViewportDescription&) const;
-
void willBeDestroyed();
private:

Powered by Google App Engine
This is Rietveld 408576698