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

Unified Diff: mojo/services/native_viewport/native_viewport.mojom

Issue 272323003: Mojo: Implement support for |Foo&| mojom syntax (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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/native_viewport/native_viewport.mojom
diff --git a/mojo/services/native_viewport/native_viewport.mojom b/mojo/services/native_viewport/native_viewport.mojom
index 5535da1d1bedee31e8d96e22f7b3c1f9e9f9daba..42f1cbd138e427a96c32857bb622e0e51e1f128f 100644
--- a/mojo/services/native_viewport/native_viewport.mojom
+++ b/mojo/services/native_viewport/native_viewport.mojom
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+import "../gles2/command_buffer.mojom"
import "../public/interfaces/geometry/geometry.mojom"
import "../public/interfaces/input_events/input_events.mojom"
@@ -14,7 +15,7 @@ interface NativeViewport {
Hide();
Close();
SetBounds(Rect bounds);
- CreateGLES2Context(handle<message_pipe> gles2_client);
+ CreateGLES2Context(CommandBuffer& gles2_client);
};
interface NativeViewportClient {

Powered by Google App Engine
This is Rietveld 408576698