Chromium Code Reviews| Index: webkit/plugins/ppapi/npobject_var.h |
| =================================================================== |
| --- webkit/plugins/ppapi/npobject_var.h (revision 96002) |
| +++ webkit/plugins/ppapi/npobject_var.h (working copy) |
| @@ -39,6 +39,7 @@ |
| // Var overrides. |
| virtual NPObjectVar* AsNPObjectVar() OVERRIDE; |
| virtual PP_Var GetPPVar() OVERRIDE; |
| + virtual PP_VarType GetType() const OVERRIDE; |
| // Returns the underlying NPObject corresponding to this NPObjectVar. |
| // Guaranteed non-NULL. |