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

Unified Diff: Source/WebCore/platform/graphics/filters/CustomFilterProgramInfo.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/CustomFilterProgramInfo.h
diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterProgramInfo.h b/Source/WebCore/platform/graphics/filters/CustomFilterProgramInfo.h
index 1eb68f2b38a837548abdc9ae31433033143456bd..a9584f164d95049661288af89e463accc3d87168 100644
--- a/Source/WebCore/platform/graphics/filters/CustomFilterProgramInfo.h
+++ b/Source/WebCore/platform/graphics/filters/CustomFilterProgramInfo.h
@@ -30,7 +30,6 @@
#ifndef CustomFilterProgramInfo_h
#define CustomFilterProgramInfo_h
-#if ENABLE(CSS_SHADERS)
#include "CustomFilterConstants.h"
#include "GraphicsTypes.h"
@@ -106,6 +105,5 @@ template<> struct DefaultHash<WebCore::CustomFilterProgramInfo> {
};
}
-#endif // ENABLE(CSS_SHADERS)
#endif // CustomFilterProgramInfo_h

Powered by Google App Engine
This is Rietveld 408576698