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

Unified Diff: ppapi/c/dev/ppb_video_decoder_dev.h

Issue 8676042: Remove Context3D/Surface3D (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style Created 9 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
« no previous file with comments | « ppapi/c/dev/ppb_surface_3d_dev.h ('k') | ppapi/c/dev/ppb_video_layer_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppb_video_decoder_dev.h
diff --git a/ppapi/c/dev/ppb_video_decoder_dev.h b/ppapi/c/dev/ppb_video_decoder_dev.h
index 154b395bf3210e11f8561c9e063ebeaa51b85e5c..6e16bb3bd9f374ae2aa5dde691a347824e11e5ee 100644
--- a/ppapi/c/dev/ppb_video_decoder_dev.h
+++ b/ppapi/c/dev/ppb_video_decoder_dev.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppb_video_decoder_dev.idl modified Wed Oct 5 09:00:09 2011. */
+/* From dev/ppb_video_decoder_dev.idl modified Tue Nov 29 11:27:39 2011. */
#ifndef PPAPI_C_DEV_PPB_VIDEO_DECODER_DEV_H_
#define PPAPI_C_DEV_PPB_VIDEO_DECODER_DEV_H_
@@ -55,7 +55,7 @@ struct 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.
« no previous file with comments | « ppapi/c/dev/ppb_surface_3d_dev.h ('k') | ppapi/c/dev/ppb_video_layer_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698