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

Unified Diff: mojo/services/gfx/images/interfaces/image.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
Index: mojo/services/gfx/images/interfaces/image.mojom
diff --git a/mojo/services/gfx/images/interfaces/image.mojom b/mojo/services/gfx/images/interfaces/image.mojom
index 20ab8abfafe6c407c1d405d3e6d9a0fcd8d6eaef..98c2f303b55ad63022ae0373203df8c8df627b5c 100644
--- a/mojo/services/gfx/images/interfaces/image.mojom
+++ b/mojo/services/gfx/images/interfaces/image.mojom
@@ -33,10 +33,10 @@ struct ImageBuffer {
// Image wraps ImageBuffer and provides image-specific metadata for the buffer
struct Image {
- mojo.Size size; //width and height of image in pixels
- uint32 stride; //bytes per row
- uint32 pitch; // pixels per row
- ColorFormat format; //pixel format
+ mojo.Size size; // width and height of image in pixels
+ uint32 stride; // bytes per row
+ uint32 pitch; // pixels per row
+ ColorFormat format; // pixel format
ImageBuffer buffer;
};
« no previous file with comments | « mojo/services/gfx/composition/interfaces/scenes.mojom ('k') | mojo/services/gfx/images/interfaces/image_pipe.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698