| Index: content/common/gpu/media/h264_dpb.h
|
| diff --git a/content/common/gpu/media/h264_dpb.h b/content/common/gpu/media/h264_dpb.h
|
| index 3fceaf4969980e31e106d80bf57b14e5fadc6bcf..aad8ede5157af3dca7d066a16d807ee8dc6fb8f3 100644
|
| --- a/content/common/gpu/media/h264_dpb.h
|
| +++ b/content/common/gpu/media/h264_dpb.h
|
| @@ -120,9 +120,6 @@ class H264DPB {
|
| enum { kDPBMaxSize = 16 };
|
|
|
| private:
|
| - // Remove a picture from DPB, freeing its resources.
|
| - void RemovePic(const Pictures::iterator iter);
|
| -
|
| Pictures pics_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(H264DPB);
|
| @@ -131,4 +128,3 @@ class H264DPB {
|
| } // namespace content
|
|
|
| #endif // CONTENT_COMMON_GPU_MEDIA_H264_DPB_H_
|
| -
|
|
|