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

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

Issue 23125014: Run VDA::Decode on GPU IO thread if VDA supports it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use a separate MessageFilter for GVDA Created 7 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/android_video_decode_accelerator.h
diff --git a/content/common/gpu/media/android_video_decode_accelerator.h b/content/common/gpu/media/android_video_decode_accelerator.h
index b84683105a9f36d53929d8fa793cc44177411481..fa55e15282af22202a4dd75585cfe165ce02dbea 100644
--- a/content/common/gpu/media/android_video_decode_accelerator.h
+++ b/content/common/gpu/media/android_video_decode_accelerator.h
@@ -101,6 +101,9 @@ class CONTENT_EXPORT AndroidVideoDecodeAccelerator :
// Used to DCHECK that we are called on the correct thread.
base::ThreadChecker thread_checker_;
+ // GPU child message loop proxy.
+ scoped_refptr<base::MessageLoopProxy> child_message_loop_;
+
// To expose client callbacks from VideoDecodeAccelerator.
Client* client_;

Powered by Google App Engine
This is Rietveld 408576698