Skip to content

Commit

Permalink
Fix format (#10955)
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik authored Aug 12, 2019
1 parent 70dd606 commit a438469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/platform/darwin/ios/ios_surface_gl.mm
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
platform_views_controller->PrerollCompositeEmbeddedView(view_id, std::move(params));
}

PostPrerollResult IOSSurfaceGL::PostPrerollAction(fml::RefPtr<fml::GpuThreadMerger> gpu_thread_merger) {
PostPrerollResult IOSSurfaceGL::PostPrerollAction(
fml::RefPtr<fml::GpuThreadMerger> gpu_thread_merger) {
FlutterPlatformViewsController* platform_views_controller = GetPlatformViewsController();
FML_CHECK(platform_views_controller != nullptr);
return platform_views_controller->PostPrerollAction(gpu_thread_merger);
Expand Down

0 comments on commit a438469

Please sign in to comment.