Remove unused/unimplemented shell constructor (flutter/engine#9459)

This commit is contained in:
liyuqian 2019-06-24 12:59:54 -07:00 committed by GitHub
parent 3a8f8a7275
commit ac90c31ae4

View File

@ -128,7 +128,6 @@ class Shell final : public PlatformView::Delegate,
// How many frames have been timed since last report.
size_t UnreportedFramesCount() const;
Shell(TaskRunners task_runners, Settings settings);
Shell(DartVMRef vm, TaskRunners task_runners, Settings settings);
static std::unique_ptr<Shell> CreateShellOnPlatformThread(