| Index: ppapi/proxy/resource_creation_proxy.h
|
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
|
| index e242f2db6546ad308f748c010a94fc19d8311edd..3e899e7e0b255381e83e01ee28b027667091cf5f 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.h
|
| +++ b/ppapi/proxy/resource_creation_proxy.h
|
| @@ -117,7 +117,8 @@ class ResourceCreationProxy : public InterfaceProxy,
|
| 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;
|
|
|