未验证 提交 91a4c722 编写于 作者: D Dan Field 提交者: GitHub

Delete unused method from engine_layer.h (#25924)

上级 82efb9a3
......@@ -24,11 +24,6 @@ class EngineLayer : public RefCountedDartWrappable<EngineLayer> {
size_t GetAllocationSize() const override;
static fml::RefPtr<EngineLayer> MakeRetained(
std::shared_ptr<flutter::ContainerLayer> layer) {
return fml::MakeRefCounted<EngineLayer>(layer);
}
static void MakeRetained(Dart_Handle dart_handle,
std::shared_ptr<flutter::ContainerLayer> layer) {
auto engine_layer = fml::MakeRefCounted<EngineLayer>(layer);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册