| 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
|
| << "}";
|
| }
|
|
|
|
|