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

Unified Diff: mojo/services/surfaces/interfaces/display.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/surfaces/interfaces/display.mojom
diff --git a/mojo/services/surfaces/interfaces/display.mojom b/mojo/services/surfaces/interfaces/display.mojom
index 268b153bce490386afd6109d4960e35a3d6eaafb..de77c27972d7e5b2a7500ebdcd53140fa8e4f1d4 100644
--- a/mojo/services/surfaces/interfaces/display.mojom
+++ b/mojo/services/surfaces/interfaces/display.mojom
@@ -27,8 +27,6 @@ interface DisplayFactory {
// Create associates a Display that will draw to contexts produced by
// |context_provider|. Any resources submitted to the display will be
// returned via the |returner|, if supplied.
- Create(ContextProvider context_provider,
- ResourceReturner? returner,
- Display& display_request);
+ Create(ContextProvider context_provider, ResourceReturner? returner, Display& display_request);
};

Powered by Google App Engine
This is Rietveld 408576698