| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index e8064e104e5ba255cd411f517e179bd9cde30eaf..baba496061710f5870e6924b72b44d7977690e56 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -103,6 +103,10 @@ class ResourceCreationAPI {
|
| PP_ImageDataFormat format,
|
| const PP_Size& size,
|
| PP_Bool init_to_zero) = 0;
|
| + virtual PP_Resource CreateImageDataNaCl(PP_Instance instance,
|
| + PP_ImageDataFormat format,
|
| + const PP_Size& size,
|
| + PP_Bool init_to_zero) = 0;
|
| virtual PP_Resource CreateGraphics2D(PP_Instance instance,
|
| const PP_Size& size,
|
| PP_Bool is_always_opaque) = 0;
|
|
|