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

Unified Diff: ppapi/cpp/dev/video_decoder_dev.cc

Issue 7065010: Add initialization callback support for Video Decoder PPAPI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix CR comments Created 9 years, 7 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: ppapi/cpp/dev/video_decoder_dev.cc
diff --git a/ppapi/cpp/dev/video_decoder_dev.cc b/ppapi/cpp/dev/video_decoder_dev.cc
index 1749ab05fe3f26d62425b40a84d85f7d334acb46..504530a29616642ddb08da314695e13f02a0d2cb 100644
--- a/ppapi/cpp/dev/video_decoder_dev.cc
+++ b/ppapi/cpp/dev/video_decoder_dev.cc
@@ -26,6 +26,7 @@ template <> const char* interface_name<PPB_VideoDecoder_Dev>() {
VideoDecoder::VideoDecoder(const Instance* /* instance */,
const std::vector<uint32_t>& /* config */,
+ CompletionCallback /* callback */,
Client* client)
: client_(client) {
if (!has_interface<PPB_VideoDecoder_Dev>())

Powered by Google App Engine
This is Rietveld 408576698