| Index: third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.cpp b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.cpp
|
| index 1a8e58ec1ba5716d7fe7a7fd407250bd3e1731c8..f22a7687044d952d2f0f7061ddcc2d0ffc0ec124 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.cpp
|
| @@ -4,15 +4,15 @@
|
|
|
| #include "platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h"
|
|
|
| +#include "public/platform/InterfaceProvider.h"
|
| #include "public/platform/Platform.h"
|
| -#include "public/platform/ServiceRegistry.h"
|
|
|
| namespace blink {
|
|
|
| CanvasSurfaceLayerBridgeClientImpl::CanvasSurfaceLayerBridgeClientImpl()
|
| {
|
| DCHECK(!m_service.is_bound());
|
| - Platform::current()->serviceRegistry()->connectToRemoteService(mojo::GetProxy(&m_service));
|
| + Platform::current()->interfaceProvider()->getInterface(mojo::GetProxy(&m_service));
|
| }
|
|
|
| CanvasSurfaceLayerBridgeClientImpl::~CanvasSurfaceLayerBridgeClientImpl()
|
|
|