| Index: ppapi/proxy/ppb_graphics_2d_proxy.h
|
| diff --git a/ppapi/proxy/ppb_graphics_2d_proxy.h b/ppapi/proxy/ppb_graphics_2d_proxy.h
|
| index f7afb64c431504f6baa42170d0928a2f4706f578..0ffbccf42f60c431b321ec5cae61376e6e87a8e1 100644
|
| --- a/ppapi/proxy/ppb_graphics_2d_proxy.h
|
| +++ b/ppapi/proxy/ppb_graphics_2d_proxy.h
|
| @@ -55,6 +55,9 @@ class PPB_Graphics2D_Proxy : public InterfaceProxy {
|
| void OnHostMsgReplaceContents(const HostResource& graphics_2d,
|
| const HostResource& image_data);
|
| void OnHostMsgFlush(const HostResource& graphics_2d);
|
| + void OnHostMsgSetScale(const HostResource& graphics_2d,
|
| + float scale,
|
| + bool* result);
|
|
|
| // Host->plugin message handlers.
|
| void OnPluginMsgFlushACK(const HostResource& graphics_2d,
|
|
|