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

Unified Diff: third_party/mojo/src/mojo/public/c/gles2/gles2.h

Issue 1346113003: Mandoline: WebGL: Pass context creation attributes to GPU. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 3 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/gles2/gles2_impl.cc ('k') | third_party/mojo/src/mojo/public/platform/native/gles2_thunks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/mojo/public/c/gles2/gles2.h
diff --git a/third_party/mojo/src/mojo/public/c/gles2/gles2.h b/third_party/mojo/src/mojo/public/c/gles2/gles2.h
index d8afef64bf1ddd25595363d3351dc3045d905a9e..1259bbc7d83d171f30aee10321bc2fc1efa98dc2 100644
--- a/third_party/mojo/src/mojo/public/c/gles2/gles2.h
+++ b/third_party/mojo/src/mojo/public/c/gles2/gles2.h
@@ -21,6 +21,7 @@ extern "C" {
MOJO_GLES2_EXPORT MojoGLES2Context
MojoGLES2CreateContext(MojoHandle handle,
+ const int32_t* attrib_list,
MojoGLES2ContextLost lost_callback,
void* closure,
const MojoAsyncWaiter* async_waiter);
« no previous file with comments | « mojo/gles2/gles2_impl.cc ('k') | third_party/mojo/src/mojo/public/platform/native/gles2_thunks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698