Chromium Code Reviews| Index: ui/gl/gl_wgl_api_implementation.cc |
| diff --git a/ui/gl/gl_wgl_api_implementation.cc b/ui/gl/gl_wgl_api_implementation.cc |
| index 332698abad525b64657f104f65320892d6761393..bbe1ecb7a7d5bdd3c6eb8d0b102460bf55ad16e3 100644 |
| --- a/ui/gl/gl_wgl_api_implementation.cc |
| +++ b/ui/gl/gl_wgl_api_implementation.cc |
| @@ -43,6 +43,9 @@ WGLApi::~WGLApi() { |
| RealWGLApi::RealWGLApi() { |
| } |
| +RealWGLApi::~RealWGLApi() { |
| +} |
| + |
| void RealWGLApi::Initialize(DriverWGL* driver) { |
| driver_ = driver; |
| } |