Index: ui/ozone/gl/gl_image_ozone_native_pixmap.cc |
diff --git a/ui/ozone/gl/gl_image_ozone_native_pixmap.cc b/ui/ozone/gl/gl_image_ozone_native_pixmap.cc |
index a9e61d6e4a7541543904e19907f303226c0ea229..f5475813fdf6aa41ef7ea4ee67ef7f7d6cfecb5b 100644 |
--- a/ui/ozone/gl/gl_image_ozone_native_pixmap.cc |
+++ b/ui/ozone/gl/gl_image_ozone_native_pixmap.cc |
@@ -198,10 +198,6 @@ unsigned GLImageOzoneNativePixmap::GetInternalFormat() { |
return internalformat_; |
} |
-void GLImageOzoneNativePixmap::Destroy(bool have_context) { |
- GLImageEGL::Destroy(have_context); |
-} |
- |
bool GLImageOzoneNativePixmap::CopyTexImage(unsigned target) { |
if (egl_image_ == EGL_NO_IMAGE_KHR) { |
// Pass-through image type fails to bind and copy; make sure we |