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

Unified Diff: Source/WebCore/css/StyleSheetContents.cpp

Issue 13839016: Remove CSS_SHADERS compile-time flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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: Source/WebCore/css/StyleSheetContents.cpp
diff --git a/Source/WebCore/css/StyleSheetContents.cpp b/Source/WebCore/css/StyleSheetContents.cpp
index 2aa36ca5f2a5eb3a6a10498f368a02cff141eff1..aa13774d94e22ab121390fcb917a1287d380631e 100644
--- a/Source/WebCore/css/StyleSheetContents.cpp
+++ b/Source/WebCore/css/StyleSheetContents.cpp
@@ -462,9 +462,7 @@ static bool childRulesHaveFailedOrCanceledSubresources(const Vector<RefPtr<Style
#if ENABLE(CSS_DEVICE_ADAPTATION)
case StyleRuleBase::Viewport:
#endif
-#if ENABLE(CSS_SHADERS)
case StyleRuleBase::Filter:
-#endif
break;
}
}

Powered by Google App Engine
This is Rietveld 408576698