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

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

Issue 1774373002: Mozart: Implement hit testing. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-4
Patch Set: Created 4 years, 9 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
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

Powered by Google App Engine
This is Rietveld 408576698