Index: ppapi/thunk/enter.h |
=================================================================== |
--- ppapi/thunk/enter.h (revision 89119) |
+++ ppapi/thunk/enter.h (working copy) |
@@ -52,11 +52,9 @@ |
bool succeeded() const { return !!functions_; } |
bool failed() const { return !functions_; } |
- PP_Instance instance() const { return instance_; } |
FunctionsT* functions() { return functions_; } |
private: |
- PP_Instance instance_; |
FunctionsT* functions_; |
DISALLOW_COPY_AND_ASSIGN(EnterFunction); |