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

Unified Diff: src/shared/ppapi_proxy/proxy_var.h

Issue 7395005: Proxy PPB_Input_Event, PPP_Input_Event, and associated IFs. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: copyright headers Created 9 years, 5 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 | « src/shared/ppapi_proxy/ppp_rpc_server.cc ('k') | src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/ppapi_proxy/proxy_var.h
diff --git a/src/shared/ppapi_proxy/proxy_var.h b/src/shared/ppapi_proxy/proxy_var.h
index e9db6c4eee4771828d23a6a884324651f8a79127..46593f22b46f414966df91bf0600d5eeb3412034 100644
--- a/src/shared/ppapi_proxy/proxy_var.h
+++ b/src/shared/ppapi_proxy/proxy_var.h
@@ -11,14 +11,13 @@
namespace ppapi_proxy {
-// Complex PP_Var types (such as strings and objects) have a copy of the
-// variant's contents cached by the proxy. This is done so that PP_Vars can
-// be reference counted, and their contents accessed "locally" by NaCl modules
-// without having to perform a complete round trip to the browser for each
-// such operation.
+// Complex PP_Var types (such as strings) have a copy of the variant's contents
+// cached by the proxy. This is done so that PP_Vars can be reference counted,
+// and their contents accessed "locally" by NaCl modules without having to
+// perform a complete round trip to the browser for each such operation.
//
// Note: this class is intended to be sub-classed to handle specific content
-// types such as strings, objects or arrays.
+// types such as strings, dictionaries, or arrays.
class ProxyVar {
public:
virtual ~ProxyVar() {}
« no previous file with comments | « src/shared/ppapi_proxy/ppp_rpc_server.cc ('k') | src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698