| 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 {
|
|
|