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

Unified Diff: ppapi/proxy/host_var_serialization_rules.h

Issue 6334016: Refactor PPAPI proxy resource handling to maintain which host they came from,... (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
Index: ppapi/proxy/host_var_serialization_rules.h
===================================================================
--- ppapi/proxy/host_var_serialization_rules.h (revision 72517)
+++ ppapi/proxy/host_var_serialization_rules.h (working copy)
@@ -33,7 +33,7 @@
const std::string& str_val,
Dispatcher* dispatcher);
virtual PP_Var BeginSendPassRef(const PP_Var& var, std::string* str_val);
- virtual void EndSendPassRef(const PP_Var& var);
+ virtual void EndSendPassRef(const PP_Var& var, Dispatcher* dispatcher);
virtual void ReleaseObjectRef(const PP_Var& var);
private:

Powered by Google App Engine
This is Rietveld 408576698