diff --git a/shell/platform/fuchsia/flutter/platform_view.cc b/shell/platform/fuchsia/flutter/platform_view.cc index 2e74f2eac096d..7f45dee9c263a 100644 --- a/shell/platform/fuchsia/flutter/platform_view.cc +++ b/shell/platform/fuchsia/flutter/platform_view.cc @@ -952,10 +952,4 @@ void PlatformView::HandleFlutterPlatformViewsChannelPlatformMessage( } } -flutter::PointerDataDispatcherMaker PlatformView::GetDispatcherMaker() { - return [](flutter::DefaultPointerDataDispatcher::Delegate& delegate) { - return std::make_unique(delegate); - }; -} - } // namespace flutter_runner diff --git a/shell/platform/fuchsia/flutter/platform_view.h b/shell/platform/fuchsia/flutter/platform_view.h index 974051b0abf87..4d7bf6d76910b 100644 --- a/shell/platform/fuchsia/flutter/platform_view.h +++ b/shell/platform/fuchsia/flutter/platform_view.h @@ -82,9 +82,6 @@ class PlatformView final : public flutter::PlatformView, void DispatchSemanticsAction(int32_t node_id, flutter::SemanticsAction action) override; - // |PlatformView| - flutter::PointerDataDispatcherMaker GetDispatcherMaker() override; - // |flutter::PlatformView| std::shared_ptr CreateExternalViewEmbedder() override;