Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a02e3f6

Browse files
authored
Revert "Reland [DisplayList] Add support for clipOval to leverage Impeller optimization" (#53705)
Reverts #53642 This change causes 10k golden updates internally and we need to land this out of band (go/lssc). There is also an existing issue with one particular client screenshot test - see b/350129213 for more details.
1 parent c5c0c54 commit a02e3f6

23 files changed

+73
-761
lines changed

display_list/display_list.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,9 @@ namespace flutter {
9898
V(TransformReset) \
9999
\
100100
V(ClipIntersectRect) \
101-
V(ClipIntersectOval) \
102101
V(ClipIntersectRRect) \
103102
V(ClipIntersectPath) \
104103
V(ClipDifferenceRect) \
105-
V(ClipDifferenceOval) \
106104
V(ClipDifferenceRRect) \
107105
V(ClipDifferencePath) \
108106
\

0 commit comments

Comments
 (0)