mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Make lib/ui/compositing/... compatible with .clang_tidy. (flutter/engine#48001)
Work towards https://github.com/flutter/flutter/issues/134969. All changes were made automatically (i.e. with `--fix`).
This commit is contained in:
parent
97b5d699e6
commit
9ce1ec8867
@ -38,7 +38,7 @@ class SceneBuilder : public RefCountedDartWrappable<SceneBuilder> {
|
||||
|
||||
void pushTransformHandle(Dart_Handle layer_handle,
|
||||
Dart_Handle matrix4_handle,
|
||||
fml::RefPtr<EngineLayer> oldLayer) {
|
||||
const fml::RefPtr<EngineLayer>& oldLayer) {
|
||||
tonic::Float64List matrix4(matrix4_handle);
|
||||
pushTransform(layer_handle, matrix4, oldLayer);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user