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

Unified Diff: Source/WebCore/css/CSSValueKeywords.in

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/CSSValueKeywords.in
diff --git a/Source/WebCore/css/CSSValueKeywords.in b/Source/WebCore/css/CSSValueKeywords.in
index 4d8a977421d2722fcb02fbea0ed7dd79eac32a40..0babeb84b79b46c7b3c24bce83b73cd0d02f553d 100644
--- a/Source/WebCore/css/CSSValueKeywords.in
+++ b/Source/WebCore/css/CSSValueKeywords.in
@@ -965,14 +965,12 @@ fine
#if (defined(ENABLE_CSS_FILTERS) && ENABLE_CSS_FILTERS) || (defined(ENABLE_CSS_COMPOSITING) && ENABLE_CSS_COMPOSITING)
// -webkit-filter
-#if defined(ENABLE_CSS_SHADERS) && ENABLE_CSS_SHADERS
// values for the custom() function
// border-box
// padding-box
// content-box
filter-box
detached
-#endif // CSS_SHADERS
#endif // CSS_FILTERS
// blend modes
// normal

Powered by Google App Engine
This is Rietveld 408576698