Chromium Code Reviews| Index: ppapi/cpp/var.h |
| =================================================================== |
| --- ppapi/cpp/var.h (revision 70488) |
| +++ ppapi/cpp/var.h (working copy) |
| @@ -8,10 +8,13 @@ |
| #include <string> |
| #include <vector> |
| +#include "ppapi/c/pp_module.h" |
| #include "ppapi/c/pp_var.h" |
| namespace pp { |
| +class Instance; |
| + |
| namespace deprecated { |
| class ScriptableObject; |
| } |
| @@ -49,7 +52,7 @@ |
| } |
| // Takes ownership of the given pointer. |
| - Var(deprecated::ScriptableObject* object); |
| + Var(Instance* instance, deprecated::ScriptableObject* object); |
| Var(const Var& other); |