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

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

Issue 2584643002: Revamp OffscreenCanvas commit flow (Closed)
Patch Set: more fix Created 4 years 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.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 5948e63c9a409613478ea7abe13bd13270ac8123..6d07a1ebb33ae27dba48bfdb8634b687379220b7 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -105,7 +105,7 @@
#include "content/browser/renderer_host/media/peer_connection_tracker_host.h"
#include "content/browser/renderer_host/media/video_capture_host.h"
#include "content/browser/renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h"
-#include "content/browser/renderer_host/offscreen_canvas_surface_impl.h"
+#include "content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h"
#include "content/browser/renderer_host/pepper/pepper_message_filter.h"
#include "content/browser/renderer_host/pepper/pepper_renderer_connection.h"
#include "content/browser/renderer_host/render_message_filter.h"
@@ -1217,7 +1217,7 @@ void RenderProcessHostImpl::RegisterMojoInterfaces() {
registry.get(),
base::Bind(&OffscreenCanvasCompositorFrameSinkProviderImpl::Create));
AddUIThreadInterface(registry.get(),
- base::Bind(&OffscreenCanvasSurfaceImpl::Create));
+ base::Bind(&OffscreenCanvasSurfaceFactoryImpl::Create));
AddUIThreadInterface(
registry.get(),
base::Bind(&BackgroundSyncContext::CreateService,

Powered by Google App Engine
This is Rietveld 408576698