Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: ppapi/proxy/ppb_flash_proxy.h

Issue 6282007: First pass at making the proxy handle multiple renderers. This associates the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/proxy/ppb_cursor_control_proxy.cc ('k') | ppapi/proxy/ppb_flash_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppb_flash_proxy.h
===================================================================
--- ppapi/proxy/ppb_flash_proxy.h (revision 71973)
+++ ppapi/proxy/ppb_flash_proxy.h (working copy)
@@ -40,9 +40,9 @@
private:
// Message handlers.
void OnMsgSetInstanceAlwaysOnTop(PP_Instance instance,
- bool on_top);
+ PP_Bool on_top);
void OnMsgDrawGlyphs(const pp::proxy::PPBFlash_DrawGlyphs_Params& params,
- bool* result);
+ PP_Bool* result);
void OnMsgGetProxyForURL(PP_Instance instance,
const std::string& url,
SerializedVarReturnValue result);
@@ -57,7 +57,7 @@
int32_t* result);
void OnMsgDeleteModuleLocalFileOrDir(PP_Instance instance,
const std::string& path,
- bool recursive,
+ PP_Bool recursive,
int32_t* result);
void OnMsgCreateModuleLocalDir(PP_Instance instance,
const std::string& path,
@@ -74,7 +74,7 @@
void OnMsgNavigateToURL(PP_Instance instance,
const std::string& url,
const std::string& target,
- bool* result);
+ PP_Bool* result);
};
} // namespace proxy
« no previous file with comments | « ppapi/proxy/ppb_cursor_control_proxy.cc ('k') | ppapi/proxy/ppb_flash_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698