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

Unified Diff: Source/WebCore/platform/graphics/filters/CustomFilterValidatedProgram.h

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.h
diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterValidatedProgram.h b/Source/WebCore/platform/graphics/filters/CustomFilterValidatedProgram.h
index 37cb10cb671accd9aa2b4eaf74f9a4939b738a7b..8e05076e3d835ba0158eb320f1a5c7640b3003e1 100644
--- a/Source/WebCore/platform/graphics/filters/CustomFilterValidatedProgram.h
+++ b/Source/WebCore/platform/graphics/filters/CustomFilterValidatedProgram.h
@@ -30,8 +30,6 @@
#ifndef CustomFilterValidatedProgram_h
#define CustomFilterValidatedProgram_h
-#if ENABLE(CSS_SHADERS)
-
#include "CustomFilterCompiledProgram.h"
#include "CustomFilterProgramInfo.h"
#include <wtf/PassRefPtr.h>
@@ -133,6 +131,5 @@ private:
}
-#endif // ENABLE(CSS_SHADERS)
#endif

Powered by Google App Engine
This is Rietveld 408576698