Chromium Code Reviews| Index: cc/surfaces/surface_manager.h |
| diff --git a/cc/surfaces/surface_manager.h b/cc/surfaces/surface_manager.h |
| index 5e45a62fd4f4cf66232b2e7a6e5e507017cc6ea6..95b9995d2f1c632ff2fc5080ef97e8140fa6f967 100644 |
| --- a/cc/surfaces/surface_manager.h |
| +++ b/cc/surfaces/surface_manager.h |
| @@ -63,10 +63,10 @@ class CC_SURFACES_EXPORT SurfaceManager |
| // |surface_id| for the first time. |
| void SurfaceCreated(const SurfaceInfo& surface_info); |
| - // A frame for a surface satisfies a set of sequence numbers in a particular |
| - // id namespace. |
| - void DidSatisfySequences(const FrameSinkId& frame_sink_id, |
| - std::vector<uint32_t>* sequence); |
| + void RequireSequence(const SurfaceId& surface_id, |
|
danakj
2017/01/09 19:07:43
Can you document these methods?
|
| + const SurfaceSequence& sequence); |
| + |
| + void SatisfySequence(const SurfaceSequence& sequence); |
| void RegisterFrameSinkId(const FrameSinkId& frame_sink_id); |