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

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: 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
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..4a083bfbe80ec485cf5e3a787f2772eccb92ca4f 100644
--- a/mojo/services/public/interfaces/native_viewport/native_viewport.mojom
+++ b/mojo/services/public/interfaces/native_viewport/native_viewport.mojom
@@ -16,6 +16,7 @@ interface NativeViewport {
Close();
SetBounds(Rect bounds);
CreateGLES2Context(CommandBuffer& gles2_client);
+ CreateOffscreenGLES2Context(CommandBuffer& gles2_client);
darin (slow to review) 2014/08/13 04:44:25 Is it necessary for this to be supplied by the Nat
};
interface NativeViewportClient {

Powered by Google App Engine
This is Rietveld 408576698