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

Commit 8372f6c

Browse files
authored
Make lib/ui/compositing/... compatible with .clang_tidy. (#48001)
Work towards flutter/flutter#134969. All changes were made automatically (i.e. with `--fix`).
1 parent 302a30d commit 8372f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/compositing/scene_builder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class SceneBuilder : public RefCountedDartWrappable<SceneBuilder> {
3838

3939
void pushTransformHandle(Dart_Handle layer_handle,
4040
Dart_Handle matrix4_handle,
41-
fml::RefPtr<EngineLayer> oldLayer) {
41+
const fml::RefPtr<EngineLayer>& oldLayer) {
4242
tonic::Float64List matrix4(matrix4_handle);
4343
pushTransform(layer_handle, matrix4, oldLayer);
4444
}

0 commit comments

Comments
 (0)