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

Unified Diff: sky/engine/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl

Issue 892903002: Remove -webkit-mask-*. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix goofups Created 5 years, 11 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
« no previous file with comments | « no previous file | sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
diff --git a/sky/engine/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl b/sky/engine/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
index a0c0e680473dca7fb422f939925b49cbdaea48b4..dc55d851edd050f6b8674b4db977b73065f13235 100644
--- a/sky/engine/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
+++ b/sky/engine/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
@@ -255,10 +255,6 @@ static bool lengthTypeAndValueMatch(const BorderImageLengthBox& borderImageLengt
{{apply_border_image_modifier('CSSPropertyBorderImageRepeat', 'Repeat')}}
{{apply_border_image_modifier('CSSPropertyBorderImageSlice', 'Slice')}}
{{apply_border_image_modifier('CSSPropertyBorderImageWidth', 'Width')}}
-{{apply_border_image_modifier('CSSPropertyWebkitMaskBoxImageOutset', 'Outset')}}
-{{apply_border_image_modifier('CSSPropertyWebkitMaskBoxImageRepeat', 'Repeat')}}
-{{apply_border_image_modifier('CSSPropertyWebkitMaskBoxImageSlice', 'Slice')}}
-{{apply_border_image_modifier('CSSPropertyWebkitMaskBoxImageWidth', 'Width')}}
{% macro apply_value_border_image_source(property_id) %}
{{declare_value_function(property_id)}}
@@ -268,7 +264,6 @@ static bool lengthTypeAndValueMatch(const BorderImageLengthBox& borderImageLengt
}
{% endmacro %}
{{apply_value_border_image_source('CSSPropertyBorderImageSource')}}
-{{apply_value_border_image_source('CSSPropertyWebkitMaskBoxImageSource')}}
{% macro apply_color(property_id, initial_color='StyleColor::currentColor') %}
{% set property = properties[property_id] %}
@@ -424,17 +419,7 @@ static bool lengthTypeAndValueMatch(const BorderImageLengthBox& borderImageLengt
{{apply_fill_layer('CSSPropertyBackgroundRepeatX', 'RepeatX')}}
{{apply_fill_layer('CSSPropertyBackgroundRepeatY', 'RepeatY')}}
{{apply_fill_layer('CSSPropertyBackgroundSize', 'Size')}}
-{{apply_fill_layer('CSSPropertyMaskSourceType', 'MaskSourceType')}}
{{apply_fill_layer('CSSPropertyWebkitBackgroundComposite', 'Composite')}}
-{{apply_fill_layer('CSSPropertyWebkitMaskClip', 'Clip')}}
-{{apply_fill_layer('CSSPropertyWebkitMaskComposite', 'Composite')}}
-{{apply_fill_layer('CSSPropertyWebkitMaskImage', 'Image')}}
-{{apply_fill_layer('CSSPropertyWebkitMaskOrigin', 'Origin')}}
-{{apply_fill_layer('CSSPropertyWebkitMaskPositionX', 'XPosition')}}
-{{apply_fill_layer('CSSPropertyWebkitMaskPositionY', 'YPosition')}}
-{{apply_fill_layer('CSSPropertyWebkitMaskRepeatX', 'RepeatX')}}
-{{apply_fill_layer('CSSPropertyWebkitMaskRepeatY', 'RepeatY')}}
-{{apply_fill_layer('CSSPropertyWebkitMaskSize', 'Size')}}
{% macro apply_value_number(property_id, id_for_minus_one) %}
{{declare_value_function(property_id)}}
« no previous file with comments | « no previous file | sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698