| Index: webkit/plugins/ppapi/resource_creation_impl.h
|
| diff --git a/webkit/plugins/ppapi/resource_creation_impl.h b/webkit/plugins/ppapi/resource_creation_impl.h
|
| index e22e9e6f5b9728807bf49b06d24510481f3b8cd9..f9dff0367a09ec63dc35d7e213421d8d7ae223d1 100644
|
| --- a/webkit/plugins/ppapi/resource_creation_impl.h
|
| +++ b/webkit/plugins/ppapi/resource_creation_impl.h
|
| @@ -56,7 +56,8 @@ class ResourceCreationImpl : public ::ppapi::thunk::ResourceCreationAPI {
|
| virtual PP_Resource CreateFlashMessageLoop(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateGraphics2D(PP_Instance pp_instance,
|
| const PP_Size& size,
|
| - PP_Bool is_always_opaque) OVERRIDE;
|
| + PP_Bool is_always_opaque,
|
| + float scale) OVERRIDE;
|
| virtual PP_Resource CreateGraphics3D(PP_Instance instance,
|
| PP_Resource share_context,
|
| const int32_t* attrib_list) OVERRIDE;
|
|
|