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

Unified Diff: ppapi/cpp/dev/video_decoder_client_dev.h

Issue 9186022: Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_Dev::EndOfStream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 11 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
« no previous file with comments | « ppapi/c/dev/ppp_video_decoder_dev.h ('k') | ppapi/cpp/dev/video_decoder_client_dev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/video_decoder_client_dev.h
diff --git a/ppapi/cpp/dev/video_decoder_client_dev.h b/ppapi/cpp/dev/video_decoder_client_dev.h
index 5510b4c8834c41b4e6b9206c6c5e073e0f971e54..6af4f04a63a93d66a701fc2f43e3b7035d57589a 100644
--- a/ppapi/cpp/dev/video_decoder_client_dev.h
+++ b/ppapi/cpp/dev/video_decoder_client_dev.h
@@ -36,10 +36,6 @@ class VideoDecoderClient_Dev {
virtual void PictureReady(PP_Resource decoder,
const PP_Picture_Dev& picture) = 0;
- // Callback to notify that decoder has decoded end of stream marker and has
- // outputted all displayable pictures.
- virtual void EndOfStream(PP_Resource decoder) = 0;
Ami GONE FROM CHROMIUM 2012/01/11 23:50:05 piman: is this legit to do? IOW does the cpp/ ver
piman 2012/01/12 19:44:07 It's fine. 1- yes, we're trying to keep the CPP in
-
// Callback to notify about decoding errors.
virtual void NotifyError(PP_Resource decoder,
PP_VideoDecodeError_Dev error) = 0;
« no previous file with comments | « ppapi/c/dev/ppp_video_decoder_dev.h ('k') | ppapi/cpp/dev/video_decoder_client_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698