Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1174)

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 2789753002: Convert offscreen canvas to use FrameSinkManagerHost. (Closed)
Patch Set: Rebase. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 7ef0f6a5fb3665983f7c30331685001abcbcace5..aa6898de84d4ea2270dc7a2cb9b6686233b00ab7 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -24,7 +24,7 @@
#include "content/browser/child_process_launcher.h"
#include "content/browser/dom_storage/session_storage_namespace_impl.h"
#include "content/browser/renderer_host/frame_sink_provider_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"
@@ -347,8 +347,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 BindFrameSinkProvider(mojom::FrameSinkProviderRequest request);
void CreateStoragePartitionService(
mojo::InterfaceRequest<mojom::StoragePartitionService> request);
@@ -606,8 +606,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_;

Powered by Google App Engine
This is Rietveld 408576698