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

Unified Diff: Source/WebCore/css/WebKitCSSMixFunctionValue.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/css/WebKitCSSMixFunctionValue.cpp
diff --git a/Source/WebCore/css/WebKitCSSMixFunctionValue.cpp b/Source/WebCore/css/WebKitCSSMixFunctionValue.cpp
index c08b84534278a7de683b0f74d5749e2a03bc9ca1..542d52fcab30bdd8bdbbc3ed6b89e2ed93d2dcab 100644
--- a/Source/WebCore/css/WebKitCSSMixFunctionValue.cpp
+++ b/Source/WebCore/css/WebKitCSSMixFunctionValue.cpp
@@ -32,8 +32,6 @@
#include "WebCoreMemoryInstrumentation.h"
-#if ENABLE(CSS_SHADERS)
-
namespace WebCore {
WebKitCSSMixFunctionValue::WebKitCSSMixFunctionValue()
@@ -69,4 +67,3 @@ void WebKitCSSMixFunctionValue::reportDescendantMemoryUsage(MemoryObjectInfo* me
} // namespace WebCore
-#endif // ENABLE(CSS_SHADERS)

Powered by Google App Engine
This is Rietveld 408576698