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

Unified Diff: Source/WebCore/platform/graphics/filters/CustomFilterProgram.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/CustomFilterProgram.h
diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterProgram.h b/Source/WebCore/platform/graphics/filters/CustomFilterProgram.h
index da37e15cc219b5a12ae7a4c879587b2c3a89af20..da3c9e75c6452edd0012a4327a5e12f8bb032525 100644
--- a/Source/WebCore/platform/graphics/filters/CustomFilterProgram.h
+++ b/Source/WebCore/platform/graphics/filters/CustomFilterProgram.h
@@ -30,8 +30,6 @@
#ifndef CustomFilterProgram_h
#define CustomFilterProgram_h
-#if ENABLE(CSS_SHADERS)
-
#include "CustomFilterProgramInfo.h"
#include <wtf/HashCountedSet.h>
@@ -90,6 +88,5 @@ private:
}
-#endif // ENABLE(CSS_SHADERS)
#endif

Powered by Google App Engine
This is Rietveld 408576698