Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: services/gfx/compositor/graph/scene_label.h

Issue 1873573003: Mozart: Ensure time always runs forward. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-3
Patch Set: fix build error on Android Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/gfx/compositor/graph/scene_def.cc ('k') | services/gfx/compositor/graph/scene_label.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « services/gfx/compositor/graph/scene_def.cc ('k') | services/gfx/compositor/graph/scene_label.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698