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

Unified Diff: components/display_compositor/gpu_compositor_frame_sink_delegate.h

Issue 2710703005: GpuDisplayCompositorFrameSink => GpuRootCompositorFrameSink (Closed)
Patch Set: Addressed Dana's comments 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_compositor_frame_sink_delegate.h
diff --git a/components/display_compositor/gpu_compositor_frame_sink_delegate.h b/components/display_compositor/gpu_compositor_frame_sink_delegate.h
index 7297f39ed0e264397165f545e6b6b35282037c85..e1c4382a6646163944c8d1cc9a2df01e6b67867f 100644
--- a/components/display_compositor/gpu_compositor_frame_sink_delegate.h
+++ b/components/display_compositor/gpu_compositor_frame_sink_delegate.h
@@ -5,6 +5,10 @@
#ifndef COMPONENTS_DISPLAY_COMPOSITOR_GPU_COMPOSITOR_FRAME_SINK_DELEGATE_H_
#define COMPONENTS_DISPLAY_COMPOSITOR_GPU_COMPOSITOR_FRAME_SINK_DELEGATE_H_
+namespace cc {
+class FrameSinkId;
+}
+
namespace display_compositor {
class GpuCompositorFrameSinkDelegate {

Powered by Google App Engine
This is Rietveld 408576698