Trivial typo fix to kick tests. (flutter/engine#15557)

This commit is contained in:
Gary Qian 2020-01-13 13:37:49 -08:00 committed by GitHub
parent 4a83e7e6a2
commit 9d4e65e8a5

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_);
}