| Index: cc/surfaces/direct_compositor_frame_sink.h
|
| diff --git a/cc/surfaces/direct_compositor_frame_sink.h b/cc/surfaces/direct_compositor_frame_sink.h
|
| index b9213d0fd732c87c0f1247b2f8f176b5c05f681c..16a29c1ec442f24f0eb2bd4e3948ff741e7336ed 100644
|
| --- a/cc/surfaces/direct_compositor_frame_sink.h
|
| +++ b/cc/surfaces/direct_compositor_frame_sink.h
|
| @@ -63,12 +63,12 @@ class CC_SURFACES_EXPORT DirectCompositorFrameSink
|
| // This class is only meant to be used on a single thread.
|
| base::ThreadChecker thread_checker_;
|
|
|
| - FrameSinkId frame_sink_id_;
|
| + const FrameSinkId frame_sink_id_;
|
| + LocalFrameId delegated_local_frame_id_;
|
| SurfaceManager* surface_manager_;
|
| SurfaceIdAllocator surface_id_allocator_;
|
| Display* display_;
|
| SurfaceFactory factory_;
|
| - SurfaceId delegated_surface_id_;
|
| gfx::Size last_swap_frame_size_;
|
| bool is_lost_ = false;
|
|
|
|
|