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

Unified Diff: components/display_compositor/gpu_offscreen_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_offscreen_compositor_frame_sink.h
diff --git a/components/display_compositor/gpu_offscreen_compositor_frame_sink.h b/components/display_compositor/gpu_offscreen_compositor_frame_sink.h
index 6720a6eae8630112690af5c04b1394fec22085b0..5621ba5f284b8b77840d88fa27e5af149564070c 100644
--- a/components/display_compositor/gpu_offscreen_compositor_frame_sink.h
+++ b/components/display_compositor/gpu_offscreen_compositor_frame_sink.h
@@ -6,13 +6,13 @@
#define COMPONENTS_DISPLAY_COMPOSITOR_GPU_OFFSCREEN_COMPOSITOR_FRAME_SINK_H_
#include "components/display_compositor/display_compositor_export.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"
namespace display_compositor {
class DISPLAY_COMPOSITOR_EXPORT GpuOffscreenCompositorFrameSink
- : public GpuCompositorFrameSink {
+ : public GpuCompositorFrameSinkBase {
public:
GpuOffscreenCompositorFrameSink(
GpuCompositorFrameSinkDelegate* delegate,

Powered by Google App Engine
This is Rietveld 408576698