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

Unified Diff: media/gpu/android_video_decode_accelerator.h

Issue 2245333004: Convert AVDAs thread hang detection to be timer based (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clarified comment Created 4 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
« no previous file with comments | « no previous file | media/gpu/android_video_decode_accelerator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/android_video_decode_accelerator.h
diff --git a/media/gpu/android_video_decode_accelerator.h b/media/gpu/android_video_decode_accelerator.h
index ac799e107890c2051b0160bbaa3e6d1519e311b1..0cf5918b85b8a3406640ad96464d96e00e3633fd 100644
--- a/media/gpu/android_video_decode_accelerator.h
+++ b/media/gpu/android_video_decode_accelerator.h
@@ -212,9 +212,6 @@ class MEDIA_GPU_EXPORT AndroidVideoDecodeAccelerator
// software when autodetecting can sometimes hang mediaserver.
bool allow_autodetection_ = false;
- // Should we notify AVDAManager when codec configuration completes?
- bool notify_completion_ = false;
-
protected:
friend class base::RefCountedThreadSafe<CodecConfig>;
virtual ~CodecConfig();
« no previous file with comments | « no previous file | media/gpu/android_video_decode_accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698