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

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

Issue 8510039: Initial implementation of the DXVA 2.0 H.264 hardware decoder for pepper for Windows. The decodin... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/gpu_video_decode_accelerator.h
===================================================================
--- content/common/gpu/media/gpu_video_decode_accelerator.h (revision 108497)
+++ content/common/gpu/media/gpu_video_decode_accelerator.h (working copy)
@@ -51,7 +51,8 @@
private:
// Handlers for IPC messages.
- void OnDecode(base::SharedMemoryHandle handle, int32 id, int32 size);
+ void OnDecode(base::SharedMemoryHandle handle, int32 id, int32 size,
+ int32 source_process_id);
void OnAssignPictureBuffers(
const std::vector<int32>& buffer_ids,
const std::vector<uint32>& texture_ids,

Powered by Google App Engine
This is Rietveld 408576698