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

Unified Diff: Source/WebCore/css/WebKitCSSMixFunctionValue.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/WebKitCSSMixFunctionValue.h
diff --git a/Source/WebCore/css/WebKitCSSMixFunctionValue.h b/Source/WebCore/css/WebKitCSSMixFunctionValue.h
index cb9934c4f4e66f3f5fd3cfa11a21b74a20054a66..816c50f047e480b2470874643ae2d77d9ae413b3 100644
--- a/Source/WebCore/css/WebKitCSSMixFunctionValue.h
+++ b/Source/WebCore/css/WebKitCSSMixFunctionValue.h
@@ -30,8 +30,6 @@
#ifndef WebKitCSSMixFunctionValue_h
#define WebKitCSSMixFunctionValue_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