| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index 51b179e45bf90ac4b7b31b5862369fdda9d1c2be..f84db2ef42118dcfc6f83678d4ffa55208f27c84 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -121,7 +121,8 @@ class ResourceCreationAPI {
|
| virtual PP_Resource CreateFlashMessageLoop(PP_Instance instance) = 0;
|
| virtual PP_Resource CreateGraphics2D(PP_Instance instance,
|
| const PP_Size& size,
|
| - PP_Bool is_always_opaque) = 0;
|
| + PP_Bool is_always_opaque,
|
| + float scale) = 0;
|
| virtual PP_Resource CreateGraphics3D(PP_Instance instance,
|
| PP_Resource share_context,
|
| const int32_t* attrib_list) = 0;
|
|
|