| Index: cc/surfaces/compositor_frame_sink_support.h
|
| diff --git a/cc/surfaces/compositor_frame_sink_support.h b/cc/surfaces/compositor_frame_sink_support.h
|
| index 1ffa5927fe74884999fe22dc5adf78fe4ed8d30c..f0e19694704260d10b1a1d79a46b9bcf5e2ffa41 100644
|
| --- a/cc/surfaces/compositor_frame_sink_support.h
|
| +++ b/cc/surfaces/compositor_frame_sink_support.h
|
| @@ -47,6 +47,8 @@ class CC_SURFACES_EXPORT CompositorFrameSinkSupport
|
| void AddChildFrameSink(const FrameSinkId& child_frame_sink_id);
|
| void RemoveChildFrameSink(const FrameSinkId& child_frame_sink_id);
|
|
|
| + Display* display() { return display_.get(); }
|
| +
|
| private:
|
| void DidReceiveCompositorFrameAck();
|
|
|
|
|