Skip to content

Commit

Permalink
Make lib/ui/compositing/... compatible with .clang_tidy. (flutter…
Browse files Browse the repository at this point in the history
…#48001)

Work towards flutter/flutter#134969.

All changes were made automatically (i.e. with `--fix`).
  • Loading branch information
matanlurey authored Nov 15, 2023
1 parent 302a30d commit 8372f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/compositing/scene_builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 8372f6c

Please sign in to comment.