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

Unified Diff: Source/WebCore/css/WebKitCSSArrayFunctionValue.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/css/WebKitCSSArrayFunctionValue.h
diff --git a/Source/WebCore/css/WebKitCSSArrayFunctionValue.h b/Source/WebCore/css/WebKitCSSArrayFunctionValue.h
index fc3aba5f2f25dde9e93371f14a12eeb8b9f47420..23563fceeb37a9abeade2c071f47236d6cabf5c8 100644
--- a/Source/WebCore/css/WebKitCSSArrayFunctionValue.h
+++ b/Source/WebCore/css/WebKitCSSArrayFunctionValue.h
@@ -30,8 +30,6 @@
#ifndef WebKitCSSArrayFunctionValue_h
#define WebKitCSSArrayFunctionValue_h
-#if ENABLE(CSS_SHADERS)
-
#include "CSSValueList.h"
#include <wtf/PassRefPtr.h>
@@ -59,6 +57,5 @@ private:
} // namespace WebCore
-#endif // ENABLE(CSS_SHADERS)
#endif

Powered by Google App Engine
This is Rietveld 408576698