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

Unified Diff: content/common/gpu/media/vaapi_h264_decoder.cc

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/vaapi_h264_decoder.cc
diff --git a/content/common/gpu/media/vaapi_h264_decoder.cc b/content/common/gpu/media/vaapi_h264_decoder.cc
index 7ccc4082fbe1fb3526b8f83bb61a250cefa16faa..dcdea4c911b5713b3be000154dd8e469b29d598d 100644
--- a/content/common/gpu/media/vaapi_h264_decoder.cc
+++ b/content/common/gpu/media/vaapi_h264_decoder.cc
@@ -167,10 +167,6 @@ class VaapiH264Decoder::DecodeSurface {
return poc_;
}
- Pixmap x_pixmap() {
- return x_pixmap_;
- }
-
// Associate the surface with |input_id| and |poc|, and make it unavailable
// (in use).
void Acquire(int32 input_id, int poc);

Powered by Google App Engine
This is Rietveld 408576698