mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Trivial typo fix to kick tests. (flutter/engine#15557)
This commit is contained in:
parent
4a83e7e6a2
commit
9d4e65e8a5
@ -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_);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user