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

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

Issue 1776643004: Mozart: Specify texture origin explicitly. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-3
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.h
diff --git a/mojo/services/gfx/composition/cpp/formatting.h b/mojo/services/gfx/composition/cpp/formatting.h
index baf8eec88c2747b84ed9a1c9eb4f7e908c001acd..38f43be7c1712a1a592434ececf5e0b7100021f7 100644
--- a/mojo/services/gfx/composition/cpp/formatting.h
+++ b/mojo/services/gfx/composition/cpp/formatting.h
@@ -28,6 +28,9 @@ std::ostream& operator<<(std::ostream& os,
std::ostream& operator<<(
std::ostream& os,
const mojo::gfx::composition::MailboxTextureResource& value);
+std::ostream& operator<<(
+ std::ostream& os,
+ const mojo::gfx::composition::MailboxTextureResource::Origin* value);
std::ostream& operator<<(std::ostream& os,
const mojo::gfx::composition::Node& value);

Powered by Google App Engine
This is Rietveld 408576698