Trivial typo fix to kick tests. (#15557)

This commit is contained in:
Gary Qian 2020-01-13 13:37:49 -08:00 committed by GitHub
parent 5ef2c7968c
commit 9ffccaa311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -567,7 +567,7 @@ std::unique_ptr<flutter::VsyncWaiter> PlatformView::CreateVSyncWaiter() {
// |flutter::PlatformView|
std::unique_ptr<flutter::Surface> PlatformView::CreateRenderingSurface() {
// This platform does not repeatly lose and gain a surface connection. So the
// surface is setup once during platform view setup and and returned to the
// surface is setup once during platform view setup and returned to the
// shell on the initial (and only) |NotifyCreated| call.
return std::move(surface_);
}