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

Unified Diff: sky/engine/core/css/StyleSheetContents.cpp

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/css/StyleSheetContents.cpp
diff --git a/sky/engine/core/css/StyleSheetContents.cpp b/sky/engine/core/css/StyleSheetContents.cpp
index 21b128624f20b6d1d6fa1fc44ec3276d28ffdcb9..640c555eb859e053251d8f18b951e4647c6acbef 100644
--- a/sky/engine/core/css/StyleSheetContents.cpp
+++ b/sky/engine/core/css/StyleSheetContents.cpp
@@ -235,7 +235,6 @@ static bool childRulesHaveFailedOrCanceledSubresources(const WillBeHeapVector<Re
case StyleRuleBase::Unknown:
case StyleRuleBase::Keyframe:
case StyleRuleBase::Supports:
- case StyleRuleBase::Viewport:
case StyleRuleBase::Filter:
break;
}

Powered by Google App Engine
This is Rietveld 408576698