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 73911be9ae90dfd3e779f12ee981da088fc47599..efce99f14e6a65d542b8d674e5876761d69df3a8 100644 |
--- a/mojo/services/gfx/composition/cpp/formatting.cc |
+++ b/mojo/services/gfx/composition/cpp/formatting.cc |
@@ -240,8 +240,8 @@ std::ostream& operator<<(std::ostream& os, |
std::ostream& operator<<(std::ostream& os, |
const mojo::gfx::composition::NodeHit& value) { |
- return os << "{node_id=" << value.node_id |
- << ", intersection=" << value.intersection << "}"; |
+ return os << "{node_id=" << value.node_id << ", transform=" << value.transform |
+ << "}"; |
} |
} // namespace composition |