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

Unified Diff: third_party/mojo_services/src/gpu/public/interfaces/gpu.mojom

Issue 993253003: Modify build_gles2_cmd_buffer.py to generate a class that implements gpu::GLES2Interace and for eac… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: third_party/mojo_services/src/gpu/public/interfaces/gpu.mojom
diff --git a/third_party/mojo_services/src/gpu/public/interfaces/gpu.mojom b/third_party/mojo_services/src/gpu/public/interfaces/gpu.mojom
index c61869c8921aedbf100a4dad5dd79eb3476278e5..cf3e625836f8bd7ff1e552da62eefddabd122985 100644
--- a/third_party/mojo_services/src/gpu/public/interfaces/gpu.mojom
+++ b/third_party/mojo_services/src/gpu/public/interfaces/gpu.mojom
@@ -9,9 +9,5 @@ import "gpu/public/interfaces/command_buffer.mojom";
import "gpu/public/interfaces/viewport_parameter_listener.mojom";
interface Gpu {
- CreateOnscreenGLES2Context(uint64 native_viewport_id,
jamesr 2015/03/19 18:22:50 this seems unrelated? this API change should come
alhaad 2015/03/19 23:14:59 Oops. I was using this to run my code.
- Size size,
- CommandBuffer& gles2_client,
- ViewportParameterListener? listener);
CreateOffscreenGLES2Context(CommandBuffer& gles2_client);
};
« gpu/command_buffer/client/mojo_gles2_impl_autogen.h ('K') | « mojo/cc/context_provider_mojo.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698