diff --git a/content_handler/runtime_holder.cc b/content_handler/runtime_holder.cc index ae898759539..d6a53c92a32 100644 --- a/content_handler/runtime_holder.cc +++ b/content_handler/runtime_holder.cc @@ -138,7 +138,7 @@ void RuntimeHolder::CreateView( ConnectToService(view_services.get(), GetProxy(&input_connection_)); mozart::InputListenerPtr input_listener; input_listener_binding_.Bind(GetProxy(&input_listener)); - input_connection_->SetListener(std::move(input_listener)); + input_connection_->SetEventListener(std::move(input_listener)); #if FLUTTER_ENABLE_VULKAN direct_input_ = std::make_unique(