| 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 fc14a4104bbd2ffb873bbeb83f9221f57c2e445f..7030aca85701494b8094e10d9654636c90b074cd 100644
|
| --- a/cc/test/test_compositor_frame_sink.h
|
| +++ b/cc/test/test_compositor_frame_sink.h
|
| @@ -85,7 +85,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_;
|
| - SurfaceId delegated_surface_id_;
|
| + LocalFrameId delegated_local_frame_id_;
|
|
|
| // Uses surface_manager_.
|
| std::unique_ptr<SurfaceFactory> surface_factory_;
|
|
|