Changeset 207723 in webkit
- Timestamp:
- Oct 22, 2016, 7:49:41 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LayoutTests/ChangeLog ¶
r207722 r207723 1 2016-10-22 Dan Bernstein <mitz@apple.com> 2 3 Dynamically-added backdrop filter to clip-path'd element with 3D transform renders incorrectly (without clip) 4 https://bugs.webkit.org/show_bug.cgi?id=163497 5 6 Reviewed by Simon Fraser. 7 8 Based on the test case from Tim Horton. 9 10 * css3/filters/backdrop/dynamic-with-clip-path-expected.html: Added. 11 * css3/filters/backdrop/dynamic-with-clip-path.html: Added. 12 1 13 2016-10-22 Simon Fraser <simon.fraser@apple.com> 2 14 -
TabularUnified trunk/Source/WebCore/ChangeLog ¶
r207722 r207723 1 2016-10-22 Dan Bernstein <mitz@apple.com> 2 3 Dynamically-added backdrop filter to clip-path'd element with 3D transform renders incorrectly (without clip) 4 https://bugs.webkit.org/show_bug.cgi?id=163497 5 6 Reviewed by Simon Fraser. 7 8 Test: css3/filters/backdrop/dynamic-with-clip-path.html 9 10 * platform/graphics/ca/GraphicsLayerCA.cpp: 11 (WebCore::GraphicsLayerCA::ensureStructuralLayer): Added MaskLayerChanged to 12 structuralLayerChangeFlags to ensure that the mask layer is updated. 13 1 14 2016-10-22 Simon Fraser <simon.fraser@apple.com> 2 15 -
TabularUnified trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp ¶
r207722 r207723 2072 2072 | FiltersChanged 2073 2073 | BackdropFiltersChanged 2074 | MaskLayerChanged 2074 2075 | OpacityChanged; 2075 2076
Note:
See TracChangeset
for help on using the changeset viewer.