commit | 8d23afa1dee0d0eaa1ed0782963c3a6ac263ae97 | [log] [tgz] |
---|---|---|
author | gunsch <gunsch@chromium.org> | Tue Mar 03 03:15:56 2015 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 03 03:16:44 2015 |
tree | a54994c3bf8058ea3d1881e1e68608f46303c275 | |
parent | ead446a77684e0b9e6bca3de187dcc1544104e3e [diff] |
Fixes clang warning in GLSurfaceOzone. Introduced in https://codereview.chromium.org/938873002/ R=piman@chromium.org BUG=None Review URL: https://codereview.chromium.org/967343003 Cr-Commit-Position: refs/heads/master@{#318826}
diff --git a/ui/gl/gl_surface_ozone.cc b/ui/gl/gl_surface_ozone.cc index f24708c3..47ea8d6 100644 --- a/ui/gl/gl_surface_ozone.cc +++ b/ui/gl/gl_surface_ozone.cc
@@ -305,6 +305,8 @@ } private: + ~SurfaceImage() override {} + scoped_refptr<ui::NativePixmap> pixmap_; };