| Index: mojo/services/gles2/gles2_impl.h
|
| diff --git a/mojo/services/gles2/gles2_impl.h b/mojo/services/gles2/gles2_impl.h
|
| index a98a48b8896ef9eadf4b387351596b2148c2d1ea..50ca4562eb8a3357d9fe6f28b2e9f3cb9bcf997e 100644
|
| --- a/mojo/services/gles2/gles2_impl.h
|
| +++ b/mojo/services/gles2/gles2_impl.h
|
| @@ -24,7 +24,7 @@ class GLES2Impl : public GLES2Stub {
|
| explicit GLES2Impl(ScopedMessagePipeHandle client);
|
| virtual ~GLES2Impl();
|
|
|
| - virtual void SwapBuffers() OVERRIDE;
|
| + virtual void Destroy() OVERRIDE;
|
|
|
| void CreateContext(gfx::AcceleratedWidget widget, const gfx::Size& size);
|
|
|
|
|