| Index: mojo/public/gles2/gles2_types.h
|
| diff --git a/mojo/public/gles2/gles2_types.h b/mojo/public/gles2/gles2_types.h
|
| index 19c579fabe1a4eef11d40f1e489f7c2d37b3880c..b6a98381e40c05465e96849af2a217dd11710e0a 100644
|
| --- a/mojo/public/gles2/gles2_types.h
|
| +++ b/mojo/public/gles2/gles2_types.h
|
| @@ -16,11 +16,8 @@ extern "C" {
|
| #endif
|
|
|
| typedef struct MojoGLES2ContextPrivate *MojoGLES2Context;
|
| -// TODO(piman):
|
| -// - create context synchronously
|
| -// - pass width/height through native viewport, not here.
|
| -typedef void (*MojoGLES2ContextCreated)(
|
| - void* closure, uint32_t width, uint32_t height);
|
| +// TODO(piman): create context synchronously
|
| +typedef void (*MojoGLES2ContextCreated)(void* closure);
|
| typedef void (*MojoGLES2ContextLost)(void* closure);
|
| typedef void (*MojoGLES2DrawAnimationFrame)(void* closure);
|
|
|
|
|