| Index: ui/gl/gl_api_unittest.cc
|
| diff --git a/ui/gl/gl_api_unittest.cc b/ui/gl/gl_api_unittest.cc
|
| index d2c9d9db2cb9ed735830d0634f37bfecd04d8ad0..9c9409a05a17abdabd7ef3d78d5f7c3fa4ef4669 100644
|
| --- a/ui/gl/gl_api_unittest.cc
|
| +++ b/ui/gl/gl_api_unittest.cc
|
| @@ -19,7 +19,6 @@ class GLContextFake : public GLContext {
|
| GpuPreference gpu_preference) override {
|
| return true;
|
| }
|
| - void Destroy() override {}
|
| bool MakeCurrent(GLSurface* surface) override { return true; }
|
| void ReleaseCurrent(GLSurface* surface) override {}
|
| bool IsCurrent(GLSurface* surface) override { return true; }
|
|
|