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

Unified Diff: sky/engine/web/WebViewImpl.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/WebViewImpl.h
diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
index 29ce79454057eefb7fa8fb864cdf258d3b1bb37e..b407d20ddc9c29b99c791a5048e986890f9c4ca8 100644
--- a/sky/engine/web/WebViewImpl.h
+++ b/sky/engine/web/WebViewImpl.h
@@ -264,7 +264,6 @@ public:
void didRemoveAllPendingStylesheet(WebLocalFrameImpl*);
void updateMainFrameLayoutSize();
- void updatePageDefinedViewportConstraints(const ViewportDescription&);
// Returns the input event we're currently processing. This is used in some
// cases where the WebCore DOM event doesn't have the information we need.

Powered by Google App Engine
This is Rietveld 408576698