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

Unified Diff: mojo/services/gfx/images/interfaces/image_pipe.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
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
« no previous file with comments | « mojo/services/gfx/images/interfaces/image.mojom ('k') | mojo/services/gpu/interfaces/command_buffer.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gfx/images/interfaces/image_pipe.mojom
diff --git a/mojo/services/gfx/images/interfaces/image_pipe.mojom b/mojo/services/gfx/images/interfaces/image_pipe.mojom
index b12c5ff4f76bf5dd314a51b07e92b5f01131b254..0c3e6e4139e050ff332825550fc00cb64dd08e08 100644
--- a/mojo/services/gfx/images/interfaces/image_pipe.mojom
+++ b/mojo/services/gfx/images/interfaces/image_pipe.mojom
@@ -24,7 +24,6 @@ enum PresentationStatus {
// provides mechanisms for the producer and the consumer to negotiate about who
// owns each image in the pool at a given point in time.
interface ImagePipe {
-
// Add an image persistently to the pipe's image pool
// Adding an image that is already added, or using an ID that is already in
// use are both errors and will cause the connection to close.
@@ -46,5 +45,4 @@ interface ImagePipe {
// not being used by the consumer if the consumer is presenting this image,
// that image may still be presented and its Present reply will reflect that.
FlushImages();
-
-};
+};
« no previous file with comments | « mojo/services/gfx/images/interfaces/image.mojom ('k') | mojo/services/gpu/interfaces/command_buffer.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698