| Index: ppapi/api/dev/ppp_video_decoder_dev.idl
|
| diff --git a/ppapi/api/dev/ppp_video_decoder_dev.idl b/ppapi/api/dev/ppp_video_decoder_dev.idl
|
| index 529a7eb20e5fcd9b9ec411e3edbd04e7e0b1f669..2a6e419cc2ae184a22831febb53dd5b9dfb59e66 100644
|
| --- a/ppapi/api/dev/ppp_video_decoder_dev.idl
|
| +++ b/ppapi/api/dev/ppp_video_decoder_dev.idl
|
| @@ -7,7 +7,8 @@
|
| * This file defines the <code>PPP_VideoDecoder_Dev</code> interface.
|
| */
|
| label Chrome {
|
| - M14 = 0.9
|
| + M14 = 0.9,
|
| + M18 = 0.10
|
| };
|
|
|
| /**
|
| @@ -76,6 +77,7 @@ interface PPP_VideoDecoder_Dev {
|
| * |instance| the plugin instance to which the callback is responding.
|
| * |decoder| the PPB_VideoDecoder_Dev resource.
|
| */
|
| + [deprecate=0.10]
|
| void EndOfStream(
|
| [in] PP_Instance instance,
|
| [in] PP_Resource decoder);
|
|
|