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

Unified Diff: Source/WebCore/rendering/style/StyleCustomFilterProgramCache.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/rendering/style/StyleCustomFilterProgramCache.h
diff --git a/Source/WebCore/rendering/style/StyleCustomFilterProgramCache.h b/Source/WebCore/rendering/style/StyleCustomFilterProgramCache.h
index e151836ca633e987be91f6792ec71b545054f798..8ee93e2dafe8e5405f3345b22dbcb273d11ba7bd 100644
--- a/Source/WebCore/rendering/style/StyleCustomFilterProgramCache.h
+++ b/Source/WebCore/rendering/style/StyleCustomFilterProgramCache.h
@@ -30,7 +30,6 @@
#ifndef StyleCustomFilterProgramCache_h
#define StyleCustomFilterProgramCache_h
-#if ENABLE(CSS_SHADERS)
#include "CustomFilterProgramInfo.h"
#include <wtf/FastAllocBase.h>
#include <wtf/HashMap.h>
@@ -60,6 +59,5 @@ private:
} // namespace WebCore
-#endif // ENABLE(CSS_SHADERS)
#endif // StyleCustomFilterProgramCache_h

Powered by Google App Engine
This is Rietveld 408576698