Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Unified Diff: ui/ozone/gl/gl_image_ozone_native_pixmap.h

Issue 2449993005: Remove GLImage::Destroy(). (Closed)
Patch Set: One more Destroy() call on Mac. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/ozone/demo/surfaceless_gl_renderer.cc ('k') | ui/ozone/gl/gl_image_ozone_native_pixmap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/gl/gl_image_ozone_native_pixmap.h
diff --git a/ui/ozone/gl/gl_image_ozone_native_pixmap.h b/ui/ozone/gl/gl_image_ozone_native_pixmap.h
index 7f39e1402ab6a7c0b4d74ddeae415bc614f1feda..744fb62f142b715d97fdc867dd824dbc65260f4a 100644
--- a/ui/ozone/gl/gl_image_ozone_native_pixmap.h
+++ b/ui/ozone/gl/gl_image_ozone_native_pixmap.h
@@ -24,7 +24,6 @@ class OZONE_GL_EXPORT GLImageOzoneNativePixmap : public gl::GLImageEGL {
// Overridden from GLImage:
unsigned GetInternalFormat() override;
- void Destroy(bool have_context) override;
bool CopyTexImage(unsigned target) override;
bool ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
int z_order,
« no previous file with comments | « ui/ozone/demo/surfaceless_gl_renderer.cc ('k') | ui/ozone/gl/gl_image_ozone_native_pixmap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698