| Index: mojo/apps/js/bindings/gl/context.h
|
| diff --git a/mojo/apps/js/bindings/gl/context.h b/mojo/apps/js/bindings/gl/context.h
|
| index de47f15e4dac4a75a30defa6019aca3885368b8c..94f56b63c768d91ede25b6d62b3c8725f9499f92 100644
|
| --- a/mojo/apps/js/bindings/gl/context.h
|
| +++ b/mojo/apps/js/bindings/gl/context.h
|
| @@ -62,11 +62,8 @@ class Context : public gin::Wrappable<Context> {
|
| v8::Handle<v8::Function> did_create_callback);
|
| virtual ~Context();
|
|
|
| - void DidCreateContext(uint32_t width, uint32_t height);
|
| - static void DidCreateContextThunk(
|
| - void* closure,
|
| - uint32_t width,
|
| - uint32_t height);
|
| + void DidCreateContext();
|
| + static void DidCreateContextThunk(void* closure);
|
| void ContextLost();
|
| static void ContextLostThunk(void* closure);
|
|
|
|
|