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 cfdd0a2539f4827ed51b505cdab76feaf74b06b8..d0c8b169a334da9dbb1c7ccb83100a9328fdaa20 100644 |
| --- a/cc/surfaces/compositor_frame_sink_support.h |
| +++ b/cc/surfaces/compositor_frame_sink_support.h |
| @@ -46,6 +46,10 @@ class CC_SURFACES_EXPORT CompositorFrameSinkSupport |
| return surface_factory_.current_surface_for_testing(); |
| } |
| + const ReferencedSurfaceTracker& reference_tracker_for_testing() const { |
|
vmpstr
2017/02/10 00:24:40
just as a style thing (sorry I missed it in the pr
Fady Samuel
2017/02/10 00:55:30
Done.
|
| + return reference_tracker_; |
| + } |
| + |
| void EvictFrame(); |
| void SetNeedsBeginFrame(bool needs_begin_frame); |
| void SubmitCompositorFrame(const LocalSurfaceId& local_surface_id, |