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

Unified Diff: content/common/gpu/media/h264_dpb.h

Issue 10837118: Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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
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_
-

Powered by Google App Engine
This is Rietveld 408576698