| Index: cc/test/test_compositor_frame_sink.h
|
| diff --git a/cc/test/test_compositor_frame_sink.h b/cc/test/test_compositor_frame_sink.h
|
| index 52b4aeca1125b315eaef00aa2674cb62b45a09aa..d561e258bf272eacc8028ee6a271998a646df8c9 100644
|
| --- a/cc/test/test_compositor_frame_sink.h
|
| +++ b/cc/test/test_compositor_frame_sink.h
|
| @@ -100,7 +100,7 @@ class TestCompositorFrameSink : public CompositorFrameSink,
|
| // CompositorFrameSink is owned/destroyed on the compositor thread.
|
| std::unique_ptr<SurfaceManager> surface_manager_;
|
| std::unique_ptr<SurfaceIdAllocator> surface_id_allocator_;
|
| - LocalFrameId delegated_local_frame_id_;
|
| + LocalSurfaceId delegated_local_surface_id_;
|
|
|
| // Uses surface_manager_.
|
| std::unique_ptr<SurfaceFactory> surface_factory_;
|
|
|