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

Unified Diff: Source/WebCore/platform/graphics/filters/CustomFilterValidatedProgram.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/platform/graphics/filters/CustomFilterValidatedProgram.cpp
diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterValidatedProgram.cpp b/Source/WebCore/platform/graphics/filters/CustomFilterValidatedProgram.cpp
index 6843941ad7e98c10f92a861166c615fb8d6cb303..9c8712440706606e4bfd230fd7312dda4e48ef44 100644
--- a/Source/WebCore/platform/graphics/filters/CustomFilterValidatedProgram.cpp
+++ b/Source/WebCore/platform/graphics/filters/CustomFilterValidatedProgram.cpp
@@ -29,8 +29,6 @@
#include "config.h"
-#if ENABLE(CSS_SHADERS)
-
#include "CustomFilterValidatedProgram.h"
#include "ANGLEWebKitBridge.h"
@@ -620,4 +618,3 @@ void CustomFilterValidatedProgram::platformDestroy()
} // namespace WebCore
-#endif // ENABLE(CSS_SHADERS)

Powered by Google App Engine
This is Rietveld 408576698