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

Unified Diff: ui/gl/gl_image_io_surface.h

Issue 1862183003: Mac h264: Work around CGLContext+VTDecompresionSession deadlock (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reduce scope Created 4 years, 8 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
« ui/OWNERS ('K') | « ui/OWNERS ('k') | ui/gl/gl_image_io_surface.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_image_io_surface.h
diff --git a/ui/gl/gl_image_io_surface.h b/ui/gl/gl_image_io_surface.h
index 1df77e068892c120b2bdb5a2500c0b12018e6358..e49ae440dd43687774c02c2cb1c106d6633e43c9 100644
--- a/ui/gl/gl_image_io_surface.h
+++ b/ui/gl/gl_image_io_surface.h
@@ -86,7 +86,6 @@ class GL_EXPORT GLImageIOSurface : public GLImage {
unsigned program_ = 0;
int size_location_ = -1;
unsigned vertex_buffer_ = 0;
- unsigned yuv_textures_[2] = {};
DISALLOW_COPY_AND_ASSIGN(GLImageIOSurface);
};
« ui/OWNERS ('K') | « ui/OWNERS ('k') | ui/gl/gl_image_io_surface.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698