Index: ppapi/api/dev/ppb_video_decoder_dev.idl |
diff --git a/ppapi/api/dev/ppb_video_decoder_dev.idl b/ppapi/api/dev/ppb_video_decoder_dev.idl |
index 2a205db0862e4ee46c9c31e6705e84e8311a7d87..257562e3817e48e48cc8c599edeef123cea17c6c 100644 |
--- a/ppapi/api/dev/ppb_video_decoder_dev.idl |
+++ b/ppapi/api/dev/ppb_video_decoder_dev.idl |
@@ -35,7 +35,7 @@ interface PPB_VideoDecoder_Dev { |
* |
* Parameters: |
* |instance| pointer to the plugin instance. |
- * |context_3d| a PPB_Context3D_Dev resource in which decoding will happen. |
+ * |context| a PPB_Graphics3D resource in which decoding will happen. |
* |profile| the video stream's format profile. |
* |
* The created decoder is returned as PP_Resource. 0 means failure. |