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

Unified Diff: content/common/gpu/gpu_command_buffer_stub.h

Issue 1485043002: Passed is_encrypted parameter to the VDA initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Deleted erroneously added files Created 5 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/gpu_command_buffer_stub.h
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
index 7c45aeb8f0abcd89ae4bcb530312b70fca8f3c82..34a00f8858b74170d67bc43ea1e4b577fd5b44c9 100644
--- a/content/common/gpu/gpu_command_buffer_stub.h
+++ b/content/common/gpu/gpu_command_buffer_stub.h
@@ -22,6 +22,7 @@
#include "ipc/ipc_listener.h"
#include "ipc/ipc_sender.h"
#include "media/base/video_decoder_config.h"
+#include "media/video/video_decode_accelerator.h"
#include "ui/events/latency_info.h"
#include "ui/gfx/geometry/size.h"
#include "ui/gfx/gpu_memory_buffer.h"
@@ -180,9 +181,10 @@ class GpuCommandBufferStub
void OnDestroyTransferBuffer(int32 id);
void OnGetTransferBuffer(int32 id, IPC::Message* reply_message);
- void OnCreateVideoDecoder(media::VideoCodecProfile profile,
- int32 route_id,
- IPC::Message* reply_message);
+ void OnCreateVideoDecoder(
+ const media::VideoDecodeAccelerator::InitParams& params,
liberato (no reviews please) 2015/12/01 14:59:35 nit - formatting.
Tima Vaisburd 2015/12/02 02:25:06 This is the result of git cl format, perhaps becau
+ int32 route_id,
+ IPC::Message* reply_message);
void OnCreateVideoEncoder(media::VideoPixelFormat input_format,
const gfx::Size& input_visible_size,
media::VideoCodecProfile output_profile,

Powered by Google App Engine
This is Rietveld 408576698