Chromium Code Reviews| Index: ui/gl/gl_egl_api_implementation.cc |
| diff --git a/ui/gl/gl_egl_api_implementation.cc b/ui/gl/gl_egl_api_implementation.cc |
| index aa25ef4c4d391beb79b661e8e5118fcc360c7bc6..26fe6b6ea7f2d5537065079a0e07ff69da94eb16 100644 |
| --- a/ui/gl/gl_egl_api_implementation.cc |
| +++ b/ui/gl/gl_egl_api_implementation.cc |
| @@ -43,6 +43,9 @@ EGLApi::~EGLApi() { |
| RealEGLApi::RealEGLApi() { |
| } |
| +RealEGLApi::~RealEGLApi() { |
| +} |
| + |
| void RealEGLApi::Initialize(DriverEGL* driver) { |
| driver_ = driver; |
| } |