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

Unified Diff: components/display_compositor/gpu_display_compositor_frame_sink.h

Issue 2703503002: WIP: move OffscreenCanvas into new display compositor
Patch Set: Refine connection lost 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: components/display_compositor/gpu_display_compositor_frame_sink.h
diff --git a/components/display_compositor/gpu_display_compositor_frame_sink.h b/components/display_compositor/gpu_display_compositor_frame_sink.h
index 92735df3ee3723e34a4b167df54236ccf454b2e1..b3fe4f3960df22ce7b1c22b820004597abb1b531 100644
--- a/components/display_compositor/gpu_display_compositor_frame_sink.h
+++ b/components/display_compositor/gpu_display_compositor_frame_sink.h
@@ -7,14 +7,14 @@
#include "cc/surfaces/display.h"
#include "cc/surfaces/display_client.h"
-#include "components/display_compositor/gpu_compositor_frame_sink.h"
+#include "components/display_compositor/gpu_compositor_frame_sink_base.h"
#include "components/display_compositor/gpu_compositor_frame_sink_delegate.h"
#include "mojo/public/cpp/bindings/associated_binding.h"
namespace display_compositor {
class DISPLAY_COMPOSITOR_EXPORT GpuDisplayCompositorFrameSink
- : public GpuCompositorFrameSink,
+ : public GpuCompositorFrameSinkBase,
public NON_EXPORTED_BASE(cc::mojom::DisplayPrivate),
public NON_EXPORTED_BASE(cc::DisplayClient) {
public:

Powered by Google App Engine
This is Rietveld 408576698