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

Unified Diff: mojo/services/gfx/composition/cpp/formatting.cc

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 | « no previous file | mojo/services/ui/views/cpp/formatting.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gfx/composition/cpp/formatting.cc
diff --git a/mojo/services/gfx/composition/cpp/formatting.cc b/mojo/services/gfx/composition/cpp/formatting.cc
index 67fcc9d6f64a6213c1b9e9b0c5ee5c180b88aa7e..fffb92ac5be1ea5e7d57648ad568411d62b154fb 100644
--- a/mojo/services/gfx/composition/cpp/formatting.cc
+++ b/mojo/services/gfx/composition/cpp/formatting.cc
@@ -29,7 +29,7 @@ class Delimiter {
std::ostream& operator<<(std::ostream& os,
const mojo::gfx::composition::SceneToken& value) {
- return os << "{value=" << value.value << "}";
+ return os << "<S" << value.value << ">";
}
std::ostream& operator<<(std::ostream& os,
« no previous file with comments | « no previous file | mojo/services/ui/views/cpp/formatting.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698