| Index: ppapi/proxy/ppp_instance_proxy.h
|
| ===================================================================
|
| --- ppapi/proxy/ppp_instance_proxy.h (revision 102885)
|
| +++ ppapi/proxy/ppp_instance_proxy.h (working copy)
|
| @@ -48,7 +48,8 @@
|
| void OnMsgDidChangeView(PP_Instance instance,
|
| const PP_Rect& position,
|
| const PP_Rect& clip,
|
| - PP_Bool fullscreen);
|
| + PP_Bool fullscreen,
|
| + PP_Bool flash_fullscreen);
|
| void OnMsgDidChangeFocus(PP_Instance instance, PP_Bool has_focus);
|
| void OnMsgHandleDocumentLoad(PP_Instance instance,
|
| const HostResource& url_loader,
|
|
|