Chromium Code Reviews| 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..2ea188709eed875def61c193156087a8f5e26184 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* GetDisplay() { return display_.get(); } |
|
Fady Samuel
2016/12/16 17:18:18
Display* display() { return display_.get(); }
Alex Z.
2016/12/19 19:27:47
Done.
|
| + |
| private: |
| void DidReceiveCompositorFrameAck(); |