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

Commit 33f9064

Browse files
Reland (x2) Skwasm overlay optimizations (#56067)
This is an attempt to reland #55468 We now defer actually drawing the pictures until the build of the layer slices, so that we can calculate an accurate `cullRect` for the picture recorder This also contains a further optimization for the "simple" rendering case (no platform views) where we don't actually do any unnecessary occlusion calculations.
1 parent 7c5c5fe commit 33f9064

File tree

10 files changed

+882
-374
lines changed

10 files changed

+882
-374
lines changed

lib/web_ui/lib/src/engine/color_filter.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,7 @@ class EngineColorFilter implements SceneImageFilter, ui.ColorFilter {
135135
return 'ColorFilter.srgbToLinearGamma()';
136136
}
137137
}
138+
139+
@override
140+
Matrix4? get transform => null;
138141
}

0 commit comments

Comments
 (0)