| Index: ppapi/api/pp_codecs.idl
|
| diff --git a/ppapi/api/pp_codecs.idl b/ppapi/api/pp_codecs.idl
|
| index ecb61d0233182736e2432686e8915aa697f96707..2558671c5ac9cfd6f55b4ee4f4492c7f2c5378d6 100644
|
| --- a/ppapi/api/pp_codecs.idl
|
| +++ b/ppapi/api/pp_codecs.idl
|
| @@ -43,8 +43,9 @@ struct PP_VideoPicture {
|
|
|
| /**
|
| * The GL texture target for the decoded picture. Possible values are:
|
| - * GL_TEXTURE_2D (normalized texture coordinates)
|
| - * GL_TEXTURE_RECTANGLE_ARB (dimension dependent texture coordinates)
|
| + * GL_TEXTURE_2D
|
| + * GL_TEXTURE_RECTANGLE_ARB
|
| + * GL_TEXTURE_EXTERNAL_OES
|
| *
|
| * The pixel format of the texture is GL_RGBA.
|
| */
|
|
|