Index: services/ui/ws/frame_generator.h |
diff --git a/services/ui/ws/frame_generator.h b/services/ui/ws/frame_generator.h |
index 35b401395bc03d1e81f2bff84911cbdaec5cf6a2..4db8881c1382f136fc13046227a42988f0c96725 100644 |
--- a/services/ui/ws/frame_generator.h |
+++ b/services/ui/ws/frame_generator.h |
@@ -31,11 +31,8 @@ class GpuChannelHost; |
namespace ui { |
-namespace surfaces { |
-class CompositorFrameSink; |
-} |
- |
class DisplayCompositor; |
+class DisplayCompositorFrameSink; |
namespace ws { |
@@ -118,7 +115,7 @@ class FrameGenerator : public ServerWindowObserver { |
cc::SurfaceSequenceGenerator surface_sequence_generator_; |
scoped_refptr<gpu::GpuChannelHost> gpu_channel_; |
- std::unique_ptr<surfaces::CompositorFrameSink> compositor_frame_sink_; |
+ std::unique_ptr<DisplayCompositorFrameSink> compositor_frame_sink_; |
gfx::AcceleratedWidget widget_ = gfx::kNullAcceleratedWidget; |
// The region that needs to be redrawn next time the compositor frame is |