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

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

Issue 451753003: Mojo multiple command buffer support and sample (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better casts Created 6 years, 4 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/native_viewport/BUILD.gn ('k') | mojo/services/surfaces/surfaces_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/interfaces/native_viewport/native_viewport.mojom
diff --git a/mojo/services/public/interfaces/native_viewport/native_viewport.mojom b/mojo/services/public/interfaces/native_viewport/native_viewport.mojom
index b168104a704be40bcf438f5d1c68b0ee557c74c4..c1a9742a063c8ec44f31558c04b41cc2906e5eee 100644
--- a/mojo/services/public/interfaces/native_viewport/native_viewport.mojom
+++ b/mojo/services/public/interfaces/native_viewport/native_viewport.mojom
@@ -15,13 +15,12 @@ interface NativeViewport {
Hide();
Close();
SetBounds(Rect bounds);
- CreateGLES2Context(CommandBuffer& gles2_client);
};
interface NativeViewportClient {
- OnCreated();
+ OnCreated(uint64 native_viewport_id);
OnBoundsChanged(Rect bounds);
- OnDestroyed() => ();
+ OnDestroyed();
OnEvent(Event event) => ();
};
« no previous file with comments | « mojo/services/public/interfaces/native_viewport/BUILD.gn ('k') | mojo/services/surfaces/surfaces_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698