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

Unified Diff: media/gpu/avda_codec_image.h

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.h
diff --git a/media/gpu/avda_codec_image.h b/media/gpu/avda_codec_image.h
index 261e26aa66e17fdae357cdb22982f39c184dae57..cf794492cb88e984c477bad32711ac2ff07e109e 100644
--- a/media/gpu/avda_codec_image.h
+++ b/media/gpu/avda_codec_image.h
@@ -149,10 +149,6 @@ class AVDACodecImage : public gpu::gles2::GLStreamTextureImage {
// SurfaceView.
const scoped_refptr<gfx::SurfaceTexture> surface_texture_;
- // Should we detach |surface_texture_| from its GL context when we are
- // deleted? This happens when it's using our Texture's texture handle.
- bool detach_surface_texture_on_destruction_;
-
// The texture that we're attached to.
gpu::gles2::Texture* texture_;

Powered by Google App Engine
This is Rietveld 408576698