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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // 1 //
2 // CSS value names 2 // CSS value names
3 // 3 //
4 inherit 4 inherit
5 initial 5 initial
6 // 6 //
7 // CSS_PROP_OUTLINE_STYLE 7 // CSS_PROP_OUTLINE_STYLE
8 // CSS_PROP_BORDER_TOP_STYLE 8 // CSS_PROP_BORDER_TOP_STYLE
9 // CSS_PROP_BORDER_BOTTOM_STYLE 9 // CSS_PROP_BORDER_BOTTOM_STYLE
10 // CSS_PROP_BORDER_LEFT_STYLE 10 // CSS_PROP_BORDER_LEFT_STYLE
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 // position 958 // position
959 -webkit-sticky 959 -webkit-sticky
960 960
961 // (pointer:) media feature 961 // (pointer:) media feature
962 // none 962 // none
963 coarse 963 coarse
964 fine 964 fine
965 965
966 #if (defined(ENABLE_CSS_FILTERS) && ENABLE_CSS_FILTERS) || (defined(ENABLE_CSS_C OMPOSITING) && ENABLE_CSS_COMPOSITING) 966 #if (defined(ENABLE_CSS_FILTERS) && ENABLE_CSS_FILTERS) || (defined(ENABLE_CSS_C OMPOSITING) && ENABLE_CSS_COMPOSITING)
967 // -webkit-filter 967 // -webkit-filter
968 #if defined(ENABLE_CSS_SHADERS) && ENABLE_CSS_SHADERS
969 // values for the custom() function 968 // values for the custom() function
970 // border-box 969 // border-box
971 // padding-box 970 // padding-box
972 // content-box 971 // content-box
973 filter-box 972 filter-box
974 detached 973 detached
975 #endif // CSS_SHADERS
976 #endif // CSS_FILTERS 974 #endif // CSS_FILTERS
977 // blend modes 975 // blend modes
978 // normal 976 // normal
979 multiply 977 multiply
980 screen 978 screen
981 // overlay 979 // overlay
982 darken 980 darken
983 lighten 981 lighten
984 color-dodge 982 color-dodge
985 color-burn 983 color-burn
(...skipping 17 matching lines...) Expand all
1003 1001
1004 // -webkit-app-region 1002 // -webkit-app-region
1005 drag 1003 drag
1006 no-drag 1004 no-drag
1007 1005
1008 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT 1006 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT
1009 // text-indent 1007 // text-indent
1010 -webkit-each-line 1008 -webkit-each-line
1011 #endif 1009 #endif
1012 1010
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698