| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index 4405d667996f47a12fcb91145c8edf5d2647c2b9..e15454b1b16623e70f6796e4c5d49718ec7a02bb 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -23,7 +23,7 @@
|
| #include "build/build_config.h"
|
| #include "content/browser/child_process_launcher.h"
|
| #include "content/browser/dom_storage/session_storage_namespace_impl.h"
|
| -#include "content/browser/renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h"
|
| +#include "content/browser/renderer_host/offscreen_canvas_provider_impl.h"
|
| #include "content/browser/webrtc/webrtc_eventlog_host.h"
|
| #include "content/common/associated_interfaces.mojom.h"
|
| #include "content/common/content_export.h"
|
| @@ -345,8 +345,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| mojom::AssociatedInterfaceAssociatedRequest request) override;
|
|
|
| void CreateMusGpuRequest(ui::mojom::GpuRequest request);
|
| - void CreateOffscreenCanvasCompositorFrameSinkProvider(
|
| - blink::mojom::OffscreenCanvasCompositorFrameSinkProviderRequest request);
|
| + void CreateOffscreenCanvasProvider(
|
| + blink::mojom::OffscreenCanvasProviderRequest request);
|
| void CreateStoragePartitionService(
|
| mojo::InterfaceRequest<mojom::StoragePartitionService> request);
|
|
|
| @@ -602,8 +602,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| std::unique_ptr<PushMessagingManager, BrowserThread::DeleteOnIOThread>
|
| push_messaging_manager_;
|
|
|
| - std::unique_ptr<OffscreenCanvasCompositorFrameSinkProviderImpl>
|
| - offscreen_canvas_provider_;
|
| + std::unique_ptr<OffscreenCanvasProviderImpl> offscreen_canvas_provider_;
|
|
|
| mojom::RouteProviderAssociatedPtr remote_route_provider_;
|
| mojom::RendererAssociatedPtr renderer_interface_;
|
|
|