| Index: media/filters/gpu_video_decoder.h
|
| diff --git a/media/filters/gpu_video_decoder.h b/media/filters/gpu_video_decoder.h
|
| index 1a3fffc673e050d0d971869d34619c8b54e91614..745505f2016bf511892393561ccce7ac0a522a81 100644
|
| --- a/media/filters/gpu_video_decoder.h
|
| +++ b/media/filters/gpu_video_decoder.h
|
| @@ -152,6 +152,8 @@ class MEDIA_EXPORT GpuVideoDecoder
|
| // Return a shared-memory segment to the available pool.
|
| void PutSHM(SHMBuffer* shm_buffer);
|
|
|
| + void DestroyTextures();
|
| +
|
| StatisticsCB statistics_cb_;
|
|
|
| // Pointer to the demuxer stream that will feed us compressed buffers.
|
|
|