| Index: ui/gl/gl_image_ozone_native_pixmap.cc
|
| diff --git a/ui/gl/gl_image_ozone_native_pixmap.cc b/ui/gl/gl_image_ozone_native_pixmap.cc
|
| index 30518b9207a88d8f4348eff5076dbd8ac03f9d00..ff8bd017122c340c7c75772e39a445dcd3a7c36e 100644
|
| --- a/ui/gl/gl_image_ozone_native_pixmap.cc
|
| +++ b/ui/gl/gl_image_ozone_native_pixmap.cc
|
| @@ -75,7 +75,6 @@ GLImageOzoneNativePixmap::GLImageOzoneNativePixmap(const Size& size,
|
| : GLImageEGL(size), internalformat_(internalformat) {}
|
|
|
| GLImageOzoneNativePixmap::~GLImageOzoneNativePixmap() {
|
| - DCHECK(!pixmap_);
|
| }
|
|
|
| bool GLImageOzoneNativePixmap::Initialize(ui::NativePixmap* pixmap,
|
| @@ -128,7 +127,6 @@ unsigned GLImageOzoneNativePixmap::GetInternalFormat() {
|
|
|
| void GLImageOzoneNativePixmap::Destroy(bool have_context) {
|
| GLImageEGL::Destroy(have_context);
|
| - pixmap_ = nullptr;
|
| }
|
|
|
| bool GLImageOzoneNativePixmap::ScheduleOverlayPlane(AcceleratedWidget widget,
|
|
|