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

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

Issue 2695603002: Replace OffscreenCanvasSurfaceClient with DisplayCompositorClient (Closed)
Patch Set: Delete unused import surface_info Created 3 years, 10 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/offscreen_canvas_surface_factory_impl.h
diff --git a/content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h b/content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h
index 3370b52712459984d6abdb58585be613db4412bf..2b5b4ad588141c6f50327e23322942cb97ddc5b4 100644
--- a/content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h
+++ b/content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h
@@ -5,6 +5,7 @@
#ifndef CONTENT_BROWSER_RENDERER_HOST_OFFSCREEN_CANVAS_SURFACE_FACTORY_IMPL_H_
#define CONTENT_BROWSER_RENDERER_HOST_OFFSCREEN_CANVAS_SURFACE_FACTORY_IMPL_H_
+#include "cc/ipc/display_compositor.mojom.h"
#include "third_party/WebKit/public/platform/modules/offscreencanvas/offscreen_canvas_surface.mojom.h"
namespace content {
@@ -22,7 +23,7 @@ class OffscreenCanvasSurfaceFactoryImpl
void CreateOffscreenCanvasSurface(
const cc::FrameSinkId& parent_frame_sink_id,
const cc::FrameSinkId& frame_sink_id,
- blink::mojom::OffscreenCanvasSurfaceClientPtr client,
+ cc::mojom::DisplayCompositorClientPtr client,
blink::mojom::OffscreenCanvasSurfaceRequest request) override;
private:
« no previous file with comments | « components/display_compositor/BUILD.gn ('k') | content/browser/renderer_host/offscreen_canvas_surface_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698