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

Unified Diff: mojo/services/geometry/cpp/formatting.h

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/geometry/cpp/formatting.h
diff --git a/mojo/services/geometry/cpp/formatting.h b/mojo/services/geometry/cpp/formatting.h
index 0942f2f1a9611f7df10360f013f0c59f8beb55c2..c49daf0eb092a4aed22daf1876d44c47b06d4660 100644
--- a/mojo/services/geometry/cpp/formatting.h
+++ b/mojo/services/geometry/cpp/formatting.h
@@ -11,9 +11,11 @@
namespace mojo {
std::ostream& operator<<(std::ostream& os, const mojo::Point& value);
-std::ostream& operator<<(std::ostream& os, const mojo::Size& value);
+std::ostream& operator<<(std::ostream& os, const mojo::PointF& value);
std::ostream& operator<<(std::ostream& os, const mojo::Rect& value);
-std::ostream& operator<<(std::ostream& os, const mojo::RRect& value);
+std::ostream& operator<<(std::ostream& os, const mojo::RectF& value);
+std::ostream& operator<<(std::ostream& os, const mojo::RRectF& value);
+std::ostream& operator<<(std::ostream& os, const mojo::Size& value);
std::ostream& operator<<(std::ostream& os, const mojo::Transform& value);
} // namespace mojo
« no previous file with comments | « mojo/dart/packages/mojo_services/lib/mojo/gfx/composition/nodes.mojom.dart ('k') | mojo/services/geometry/cpp/formatting.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698