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

Unified Diff: Source/WebCore/platform/graphics/filters/CustomFilterMeshGenerator.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/CustomFilterMeshGenerator.cpp
diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterMeshGenerator.cpp b/Source/WebCore/platform/graphics/filters/CustomFilterMeshGenerator.cpp
index 7746914578561bbfb68ab24e372498ea2d2bf8ec..b9246fb3d875336de896d25e8845224105deb12a 100644
--- a/Source/WebCore/platform/graphics/filters/CustomFilterMeshGenerator.cpp
+++ b/Source/WebCore/platform/graphics/filters/CustomFilterMeshGenerator.cpp
@@ -29,7 +29,7 @@
#include "config.h"
-#if ENABLE(CSS_SHADERS) && USE(3D_GRAPHICS)
+#if USE(3D_GRAPHICS)
#include "CustomFilterMeshGenerator.h"
namespace WebCore {
@@ -169,5 +169,5 @@ void CustomFilterMeshGenerator::dumpBuffers() const
} // namespace WebCore
-#endif // ENABLE(CSS_SHADERS) && USE(3D_GRAPHICS)
+#endif // USE(3D_GRAPHICS)

Powered by Google App Engine
This is Rietveld 408576698