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

Unified Diff: media/gpu/avda_codec_image.cc

Issue 1993173002: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: media/gpu/avda_codec_image.cc
diff --git a/media/gpu/avda_codec_image.cc b/media/gpu/avda_codec_image.cc
index 409981dbe50725276c48206cc0ff5a3895538a07..4fd16c21665473fd6a55a74383ea61b42e8ce500 100644
--- a/media/gpu/avda_codec_image.cc
+++ b/media/gpu/avda_codec_image.cc
@@ -30,7 +30,6 @@ AVDACodecImage::AVDACodecImage(
media_codec_(codec),
decoder_(decoder),
surface_texture_(surface_texture),
- detach_surface_texture_on_destruction_(false),
texture_(0),
picture_buffer_id_(picture_buffer_id) {
// Default to a sane guess of "flip Y", just in case we can't get

Powered by Google App Engine
This is Rietveld 408576698