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

Unified Diff: ppapi/proxy/plugin_var_serialization_rules.h

Issue 9609008: Implemented Browser Plugin (NOT FOR REVIEW) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Merge with ToT. GuestToEmbedderChannel is now Dispatcher. Created 8 years, 7 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 | « content/renderer/render_view_impl.cc ('k') | ppapi/proxy/plugin_var_serialization_rules.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/plugin_var_serialization_rules.h
diff --git a/ppapi/proxy/plugin_var_serialization_rules.h b/ppapi/proxy/plugin_var_serialization_rules.h
index 1616a755220c9964b1f270db1550e32bd2034e8f..f4e414ee6dfe51d8cb7ae4c5e63ec870f56b3e0e 100644
--- a/ppapi/proxy/plugin_var_serialization_rules.h
+++ b/ppapi/proxy/plugin_var_serialization_rules.h
@@ -10,10 +10,12 @@
#include "ppapi/proxy/var_serialization_rules.h"
namespace ppapi {
+
+class VarTracker;
+
namespace proxy {
class PluginDispatcher;
-class PluginVarTracker;
// Implementation of the VarSerializationRules interface for the plugin.
class PluginVarSerializationRules : public VarSerializationRules {
@@ -34,7 +36,7 @@ class PluginVarSerializationRules : public VarSerializationRules {
virtual void ReleaseObjectRef(const PP_Var& var);
private:
- PluginVarTracker* var_tracker_;
+ ::ppapi::VarTracker* var_tracker_;
// In most cases, |dispatcher_| won't be NULL, but you should always check
// before using it.
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | ppapi/proxy/plugin_var_serialization_rules.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698