| Index: services/gfx/compositor/graph/scene_label.h
|
| diff --git a/services/gfx/compositor/graph/scene_label.h b/services/gfx/compositor/graph/scene_label.h
|
| index bc474c5d977443bfb04fbd05ac025011c9e4987a..ddae8905dd251f3fbc14d0439d42febe923e5175 100644
|
| --- a/services/gfx/compositor/graph/scene_label.h
|
| +++ b/services/gfx/compositor/graph/scene_label.h
|
| @@ -24,8 +24,11 @@ class SceneLabel {
|
|
|
| // Gets a descriptive label including optional version and node information.
|
| std::string FormattedLabel() const;
|
| - std::string FormattedLabelForVersion(uint32_t version) const;
|
| - std::string FormattedLabelForNode(uint32_t version, uint32_t node_id) const;
|
| + std::string FormattedLabelForVersion(uint32_t version,
|
| + int64_t presentation_time) const;
|
| + std::string FormattedLabelForNode(uint32_t version,
|
| + int64_t presentation_time,
|
| + uint32_t node_id) const;
|
|
|
| private:
|
| uint32_t const token_;
|
|
|