| 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 dc0db78f1ebefc36c6f4dbd7e932d4b09f06a82e..7a225cf71b03d35c77ce75c3c717b481640fabee 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -103,7 +103,6 @@
|
| #include "content/browser/renderer_host/media/media_stream_dispatcher_host.h"
|
| #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_frame_receiver_impl.h"
|
| #include "content/browser/renderer_host/offscreen_canvas_surface_impl.h"
|
| #include "content/browser/renderer_host/pepper/pepper_message_filter.h"
|
| #include "content/browser/renderer_host/pepper/pepper_renderer_connection.h"
|
| @@ -1209,8 +1208,6 @@
|
| base::Unretained(permission_service_context_.get())));
|
| // TODO(mcasas): finalize arguments.
|
| AddUIThreadInterface(registry.get(), base::Bind(&ImageCaptureImpl::Create));
|
| - AddUIThreadInterface(registry.get(),
|
| - base::Bind(&OffscreenCanvasFrameReceiverImpl::Create));
|
| AddUIThreadInterface(registry.get(),
|
| base::Bind(&OffscreenCanvasSurfaceImpl::Create));
|
| AddUIThreadInterface(
|
|
|