commit | 24f40c19945abea6a22c4c6c28cc95b9bf846cba | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Dec 19 20:17:42 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Dec 19 20:17:42 2012 |
tree | aaf517aa57d0f2e20440dfe1ec06f64ab1269a5a | |
parent | f88b25c2c86cb159bc24bc910d8ba0a87762416f [diff] [blame] |
Refactor 4 PPB_Flash functions to the new PPAPI resource model. The functions being refactored are: -SetInstanceAlwaysOnTop -DrawGlyphs -GetProxyForURL -Navigate Each of these functions was manually tested with a Flash movie that uses it. Navigate() was tested on: -http://www.tjgames.com.br/jogos-online/169-Yan_Loong.htm -http://www.flonga.com/play/zombotron2.htm which were consistently causing instance deletion during a Navigate() call (causing https://code.google.com/p/chromium/issues/detail?id=165978). BUG=165978 Review URL: https://codereview.chromium.org/11510008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173980 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ppapi/proxy/serialized_structs.h b/ppapi/proxy/serialized_structs.h index bdc1b678..5c5dcab 100644 --- a/ppapi/proxy/serialized_structs.h +++ b/ppapi/proxy/serialized_structs.h
@@ -62,7 +62,7 @@ bool is_dir; }; -struct PPBFlash_DrawGlyphs_Params { +struct PPAPI_PROXY_EXPORT PPBFlash_DrawGlyphs_Params { PPBFlash_DrawGlyphs_Params(); ~PPBFlash_DrawGlyphs_Params();