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

Unified Diff: Source/WebCore/css/WebKitCSSFilterRule.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/WebKitCSSFilterRule.cpp
diff --git a/Source/WebCore/css/WebKitCSSFilterRule.cpp b/Source/WebCore/css/WebKitCSSFilterRule.cpp
index d76b85e27aba191fdec2c67f9858b8572c8005b1..8185ddc989d13cdb1f56b75605e9c2eab4105870 100644
--- a/Source/WebCore/css/WebKitCSSFilterRule.cpp
+++ b/Source/WebCore/css/WebKitCSSFilterRule.cpp
@@ -30,8 +30,6 @@
#include "config.h"
#include "WebKitCSSFilterRule.h"
-#if ENABLE(CSS_SHADERS)
-
#include "PropertySetCSSStyleDeclaration.h"
#include "StylePropertySet.h"
#include "StyleRule.h"
@@ -96,4 +94,3 @@ void WebKitCSSFilterRule::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo)
} // namespace WebCore
-#endif // ENABLE(CSS_SHADERS)

Powered by Google App Engine
This is Rietveld 408576698