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

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

Issue 185403020: Make VEA client of command buffer; move sync. IPC to VDA/VEA::Initialize() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: f2a9ccb5 Rebase, posciak@ comments. Created 6 years, 9 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/vaapi_video_decode_accelerator.h
diff --git a/content/common/gpu/media/vaapi_video_decode_accelerator.h b/content/common/gpu/media/vaapi_video_decode_accelerator.h
index 291eb6bcd0821f618627ba00c62ba1bb0b09db49..37b9c7fb013016da5737a724711db1f31e930729 100644
--- a/content/common/gpu/media/vaapi_video_decode_accelerator.h
+++ b/content/common/gpu/media/vaapi_video_decode_accelerator.h
@@ -268,6 +268,9 @@ private:
size_t requested_num_pics_;
gfx::Size requested_pic_size_;
+ // The WeakPtrFactory for |weak_this_|.
Ami GONE FROM CHROMIUM 2014/03/17 03:17:54 ditto can drop
sheu 2014/03/18 22:38:35 See before.
+ base::WeakPtrFactory<VaapiVideoDecodeAccelerator> weak_this_factory_;
+
DISALLOW_COPY_AND_ASSIGN(VaapiVideoDecodeAccelerator);
};

Powered by Google App Engine
This is Rietveld 408576698