gpu_video_decode_accelerator.h | 132 // Protects |uncleared_textures_| when DCHECK is on. This is for debugging 134 // |uncleared_textures_| is only accessed from the child thread. 138 std::map<int32, scoped_refptr<gpu::gles2::TextureRef> > uncleared_textures_; member in class:content::GpuVideoDecodeAccelerator
|