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

Unified Diff: media/filters/gpu_video_decoder.h

Issue 2029053003: Fix AW tests for Spitzer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set COPY_REQUIRED flag for WevView video frame and enabled deferred strategy for WebView Created 4 years, 6 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/filters/gpu_video_decoder.h
diff --git a/media/filters/gpu_video_decoder.h b/media/filters/gpu_video_decoder.h
index 159381bfab3a3d70001b319f3b8c1970ab462527..2ad58ffc0cfdb5c02057cb864dae86e1ddf043c7 100644
--- a/media/filters/gpu_video_decoder.h
+++ b/media/filters/gpu_video_decoder.h
@@ -232,6 +232,9 @@ class MEDIA_EXPORT GpuVideoDecoder
// status synchronously from VDA::Initialize.
bool supports_deferred_initialization_;
+ // If set (currently for WebView only) will require COPY_REQUIRED for frame.
+ bool enable_threaded_texture_mailboxes_;
+
// Bound to factories_->GetMessageLoop().
// NOTE: Weak pointers must be invalidated before all other member variables.
base::WeakPtrFactory<GpuVideoDecoder> weak_factory_;

Powered by Google App Engine
This is Rietveld 408576698