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

Unified Diff: Source/WebCore/platform/graphics/filters/CustomFilterGlobalContext.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/CustomFilterGlobalContext.h
diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterGlobalContext.h b/Source/WebCore/platform/graphics/filters/CustomFilterGlobalContext.h
index ae0271f1ca2bcb51d0b654aa18a5bd7e6e889383..b7277da04463ea9dd615c2263b35b273c1d8151c 100644
--- a/Source/WebCore/platform/graphics/filters/CustomFilterGlobalContext.h
+++ b/Source/WebCore/platform/graphics/filters/CustomFilterGlobalContext.h
@@ -30,7 +30,7 @@
#ifndef CustomFilterGlobalContext_h
#define CustomFilterGlobalContext_h
-#if ENABLE(CSS_SHADERS) && USE(3D_GRAPHICS)
+#if USE(3D_GRAPHICS)
#include "ANGLEWebKitBridge.h"
#include "CustomFilterProgramInfo.h"
#include <wtf/HashMap.h>
@@ -80,6 +80,6 @@ private:
} // namespace WebCore
-#endif // ENABLE(CSS_SHADERS) && USE(3D_GRAPHICS)
+#endif // USE(3D_GRAPHICS)
#endif // CustomFilterGlobalContext_h

Powered by Google App Engine
This is Rietveld 408576698