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

Unified Diff: mojo/services/gpu/interfaces/context_provider.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 10 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/gpu/interfaces/context_provider.mojom
diff --git a/mojo/services/gpu/interfaces/context_provider.mojom b/mojo/services/gpu/interfaces/context_provider.mojom
index 7b8e7e1754ff0f54a9b37052a5362a19a3d5a665..72e4dd3efe06a5978832eb1bcbf2349122e41aa0 100644
--- a/mojo/services/gpu/interfaces/context_provider.mojom
+++ b/mojo/services/gpu/interfaces/context_provider.mojom
@@ -23,6 +23,5 @@ interface ContextProvider {
// The returned handle will be null if no command buffer can be created for
// this request, for example if another request is made on the same provider
// before a previous call returns.
- Create(ViewportParameterListener? viewport_parameter_listener)
- => (CommandBuffer? gles2_client);
+ Create(ViewportParameterListener? viewport_parameter_listener) => (CommandBuffer? gles2_client);
};

Powered by Google App Engine
This is Rietveld 408576698