Skip to content

Commit

Permalink
Revert "Reland [skwasm] Scene builder optimizations for platform view…
Browse files Browse the repository at this point in the history
… placement (#55468)" (flutter/engine#55715)

This reverts commit b99e758 (flutter/engine#55468)

Reason for revert, devtools has been having rendering issues since this commit. See flutter/devtools#8401
  • Loading branch information
eyebrowsoffire authored Oct 8, 2024
1 parent 4d14f86 commit db449a1
Show file tree
Hide file tree
Showing 10 changed files with 373 additions and 784 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,4 @@ class EngineColorFilter implements SceneImageFilter, ui.ColorFilter {
return 'ColorFilter.srgbToLinearGamma()';
}
}

@override
Matrix4? get transform => null;
}
Loading

0 comments on commit db449a1

Please sign in to comment.