Index: ui/views/mus/surface_binding.cc |
diff --git a/ui/views/mus/surface_binding.cc b/ui/views/mus/surface_binding.cc |
index ed4aedff43680a988242a98116e3c18de5723279..f3a6046621ba1a5c7eb248d625f6168aaa2cc127 100644 |
--- a/ui/views/mus/surface_binding.cc |
+++ b/ui/views/mus/surface_binding.cc |
@@ -33,7 +33,7 @@ |
namespace views { |
namespace { |
-void OnGotContentHandlerID(uint32_t content_handler_id) {} |
+void OnGotRemoteIDs(uint32_t remote_id, uint32_t content_handler_id) {} |
} // namespace |
// PerConnectionState ---------------------------------------------------------- |
@@ -135,7 +135,7 @@ void SurfaceBinding::PerConnectionState::Init() { |
shell_->ConnectToApplication(std::move(request), GetProxy(&service_provider), |
nullptr, |
mojo::CreatePermissiveCapabilityFilter(), |
- base::Bind(&OnGotContentHandlerID)); |
+ base::Bind(&OnGotRemoteIDs)); |
ConnectToService(service_provider.get(), &gpu_); |
} |