|
Remove custom style building functions for 'clip'.
The property 'clip' is (with some modifications) compatible with the
apply_auto-properties.
Changes in this commit:
* Use apply_auto + converter instead of custom building functions.
* StyleVisualData::hasClip -> hasAutoClip (meaning reversed).
* Remove unnecessary RenderStyle::setClip*-functions.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180465
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+29 lines, -70 lines) |
Patch |
|
M |
Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl
|
View
|
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSComputedStyleDeclaration.cpp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/CSSProperties.in
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/resolver/StyleBuilderConverter.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/resolver/StyleBuilderConverter.cpp
|
View
|
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/resolver/StyleBuilderCustom.cpp
|
View
|
1
2
|
2 chunks |
+0 lines, -40 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderLayerModelObject.cpp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderObject.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/RenderStyle.h
|
View
|
1
2
|
3 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/RenderStyle.cpp
|
View
|
1
2
|
2 chunks |
+1 line, -10 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/StyleVisualData.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/StyleVisualData.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|