| 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 2166860b8b7819a463f100c2331f6884e77f0db2..72ab2a276fec7072ad720766eb2fd293d62ee5fa 100644
|
| --- a/mojo/apps/js/bindings/gl/context.h
|
| +++ b/mojo/apps/js/bindings/gl/context.h
|
| @@ -54,13 +54,13 @@ class Context : public gin::Wrappable<Context> {
|
| uint64_t offset);
|
|
|
| private:
|
| - virtual gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
|
| + gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
|
| v8::Isolate* isolate) override;
|
|
|
| explicit Context(v8::Isolate* isolate,
|
| mojo::Handle handle,
|
| v8::Handle<v8::Function> context_lost_callback);
|
| - virtual ~Context();
|
| + ~Context() override;
|
|
|
| void ContextLost();
|
| static void ContextLostThunk(void* closure);
|
|
|