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

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

Powered by Google App Engine
This is Rietveld 408576698