This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 140140../../../flutter/impeller/compiler/shader_bundle_unittests.cc
141141../../../flutter/impeller/compiler/switches_unittests.cc
142142../../../flutter/impeller/core/allocator_unittests.cc
143+ ../../../flutter/impeller/display_list/dl_golden_unittests.cc
144+ ../../../flutter/impeller/display_list/dl_golden_unittests.h
143145../../../flutter/impeller/display_list/dl_unittests.cc
144146../../../flutter/impeller/display_list/skia_conversions_unittests.cc
145147../../../flutter/impeller/docs
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class GoldenPlaygroundTest
4444
4545 bool OpenPlaygroundHere (AiksPlaygroundCallback callback);
4646
47- bool OpenPlaygroundHere (sk_sp<flutter::DisplayList> list);
47+ bool OpenPlaygroundHere (const sk_sp<flutter::DisplayList>& list);
4848
4949 static bool ImGuiBegin (const char * name,
5050 bool * p_open,
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ bool GoldenPlaygroundTest::OpenPlaygroundHere(
229229}
230230
231231bool GoldenPlaygroundTest::OpenPlaygroundHere (
232- sk_sp<flutter::DisplayList> list) {
232+ const sk_sp<flutter::DisplayList>& list) {
233233 DlDispatcher dispatcher;
234234 list->Dispatch (dispatcher);
235235 Picture picture = dispatcher.EndRecordingAsPicture ();
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ bool GoldenPlaygroundTest::OpenPlaygroundHere(
3838}
3939
4040bool GoldenPlaygroundTest::OpenPlaygroundHere (
41- sk_sp<flutter::DisplayList> list) {
41+ const sk_sp<flutter::DisplayList>& list) {
4242 return false ;
4343}
4444
You can’t perform that action at this time.
0 commit comments