diff options
author | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 06:47:09 +0000 |
---|---|---|
committer | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 06:47:09 +0000 |
commit | 88cc7818c81afdcb418f8fd0486b2c8f57457525 (patch) | |
tree | e31e7bc875da0d45ecdf8db3bb703f80a354d861 /ppapi/api/dev | |
parent | 62df0a016209f927a61b76cf85f98c68aeea141f (diff) | |
download | chromium_src-88cc7818c81afdcb418f8fd0486b2c8f57457525.zip chromium_src-88cc7818c81afdcb418f8fd0486b2c8f57457525.tar.gz chromium_src-88cc7818c81afdcb418f8fd0486b2c8f57457525.tar.bz2 |
Remove Context3D/Surface3D
Graphics3D is the new black.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/8676042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112412 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/dev')
-rw-r--r-- | ppapi/api/dev/ppb_video_decoder_dev.idl | 2 | ||||
-rw-r--r-- | ppapi/api/dev/ppb_video_layer_dev.idl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ppapi/api/dev/ppb_video_decoder_dev.idl b/ppapi/api/dev/ppb_video_decoder_dev.idl index 2a205db..257562e 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. diff --git a/ppapi/api/dev/ppb_video_layer_dev.idl b/ppapi/api/dev/ppb_video_layer_dev.idl index a98e145..1ec50ec 100644 --- a/ppapi/api/dev/ppb_video_layer_dev.idl +++ b/ppapi/api/dev/ppb_video_layer_dev.idl @@ -43,9 +43,9 @@ enum PP_VideoLayerMode_Dev { /** * PPB_VideoLayer is a mechanism to enhance rendering performance of video - * content. Rendering is generally done by using PPB_Context3D or + * content. Rendering is generally done by using PPB_Graphics3D or * PPB_Graphics2D, however for video content it is redundant to go through - * PPB_Context3D or PPB_Graphics2D. PPB_VideoLayer allows video content to be + * PPB_Graphics3D or PPB_Graphics2D. PPB_VideoLayer allows video content to be * rendered directly. * * PPB_VideoLayer can be used in two modes: |