Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cherry-pick fix build error
  • Loading branch information
Chris Yang committed Dec 9, 2020
commit 84d540e80297cfb534b389741bb11aab81fa87a7
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ - (void)testFlutterPlatformViewControllerBeginFrameShouldResetCompisitionOrder {
auto flutterPlatformViewsController = std::make_shared<flutter::FlutterPlatformViewsController>();
auto platform_view = std::make_unique<flutter::PlatformViewIOS>(
/*delegate=*/mock_delegate,
/*rendering_api=*/flutter::IOSRenderingAPI::kSoftware,
/*platform_views_controller=*/flutterPlatformViewsController,
/*task_runners=*/runners);

Expand Down