This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 1 file changed +2
-2
lines changed
shell/platform/fuchsia/flutter/tests/integration/touch-input
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ class FlutterTapTestBase : public PortableUITest,
226
226
227
227
// Get the display dimensions.
228
228
FML_LOG (INFO) << " Waiting for scenic display info" ;
229
- scenic_ = realm_root ()->template Connect <fuchsia::ui::scenic::Scenic>();
229
+ scenic_ = realm_root ()->component (). Connect <fuchsia::ui::scenic::Scenic>();
230
230
scenic_->GetDisplayInfo ([this ](fuchsia::ui::gfx::DisplayInfo display_info) {
231
231
display_width_ = display_info.width_in_px ;
232
232
display_height_ = display_info.height_in_px ;
@@ -345,7 +345,7 @@ class FlutterEmbedTapTest : public FlutterTapTestBase {
345
345
346
346
// Get the display dimensions.
347
347
FML_LOG (INFO) << " Waiting for scenic display info" ;
348
- scenic_ = realm_root ()->template Connect <fuchsia::ui::scenic::Scenic>();
348
+ scenic_ = realm_root ()->component (). Connect <fuchsia::ui::scenic::Scenic>();
349
349
scenic_->GetDisplayInfo ([this ](fuchsia::ui::gfx::DisplayInfo display_info) {
350
350
display_width_ = display_info.width_in_px ;
351
351
display_height_ = display_info.height_in_px ;
You can’t perform that action at this time.
0 commit comments