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

Unified Diff: mojo/services/public/interfaces/surfaces/surfaces.mojom

Issue 413353002: Remove extraneous namespaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review nits and merge Created 6 years, 5 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/public/interfaces/surfaces/surface_id.mojom ('k') | mojo/services/surfaces/surfaces_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/interfaces/surfaces/surfaces.mojom
diff --git a/mojo/services/public/interfaces/surfaces/surfaces.mojom b/mojo/services/public/interfaces/surfaces/surfaces.mojom
index 29e1efa14e9abc65dde1e8b04f0c9f123a1bcc18..1837440997d3c7f0b87d6ad895b5029b0dd36b6b 100644
--- a/mojo/services/public/interfaces/surfaces/surfaces.mojom
+++ b/mojo/services/public/interfaces/surfaces/surfaces.mojom
@@ -7,7 +7,7 @@ import "mojo/services/gles2/command_buffer.mojom"
import "mojo/services/public/interfaces/surfaces/quads.mojom"
import "mojo/services/public/interfaces/surfaces/surface_id.mojom"
-module mojo.surfaces {
+module mojo {
enum ResourceFormat {
RGBA_8888,
@@ -32,7 +32,7 @@ struct TransferableResource {
uint32 id;
ResourceFormat format;
uint32 filter;
- mojo.Size size;
+ Size size;
MailboxHolder mailbox_holder;
bool is_repeated;
bool is_software;
@@ -57,13 +57,13 @@ interface SurfaceClient {
[Client=SurfaceClient]
interface Surface {
- CreateSurface(SurfaceId id, mojo.Size size);
+ CreateSurface(SurfaceId id, Size size);
SubmitFrame(SurfaceId id, Frame frame);
DestroySurface(SurfaceId id);
- CreateGLES2BoundSurface(mojo.CommandBuffer gles2_client,
+ CreateGLES2BoundSurface(CommandBuffer gles2_client,
SurfaceId id,
- mojo.Size size);
+ Size size);
};
}
« no previous file with comments | « mojo/services/public/interfaces/surfaces/surface_id.mojom ('k') | mojo/services/surfaces/surfaces_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698