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

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

Issue 1782733002: Mozart: The great RectF-ication. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-9
Patch Set: rebase 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 efce99f14e6a65d542b8d674e5876761d69df3a8..67fcc9d6f64a6213c1b9e9b0c5ee5c180b88aa7e 100644
--- a/mojo/services/gfx/composition/cpp/formatting.cc
+++ b/mojo/services/gfx/composition/cpp/formatting.cc
@@ -168,7 +168,7 @@ std::ostream& operator<<(std::ostream& os,
std::ostream& operator<<(std::ostream& os,
const mojo::gfx::composition::LayerNodeOp& value) {
- return os << "{layer_size=" << value.layer_size << ", blend=" << value.blend
+ return os << "{layer_rect=" << value.layer_rect << ", blend=" << value.blend
<< "}";
}
« no previous file with comments | « mojo/services/geometry/interfaces/geometry.mojom ('k') | mojo/services/gfx/composition/interfaces/hit_tests.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698