diff options
Diffstat (limited to 'ppapi/proxy/ppb_flash_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_flash_proxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h index 0c7f1ab..11eb0fc 100644 --- a/ppapi/proxy/ppb_flash_proxy.h +++ b/ppapi/proxy/ppb_flash_proxy.h @@ -41,7 +41,8 @@ class PPB_Flash_Proxy : public InterfaceProxy { // Message handlers. void OnMsgSetInstanceAlwaysOnTop(PP_Instance instance, bool on_top); - void OnMsgDrawGlyphs(const pp::proxy::PPBFlash_DrawGlyphs_Params& params); + void OnMsgDrawGlyphs(const pp::proxy::PPBFlash_DrawGlyphs_Params& params, + bool* result); void OnMsgGetProxyForURL(PP_Module module, const std::string& url, SerializedVarReturnValue result); |