summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk/enter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/thunk/enter.cc')
-rw-r--r--ppapi/thunk/enter.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/ppapi/thunk/enter.cc b/ppapi/thunk/enter.cc
index d8d4291..6b2208a 100644
--- a/ppapi/thunk/enter.cc
+++ b/ppapi/thunk/enter.cc
@@ -163,5 +163,12 @@ EnterInstance::EnterInstance(PP_Instance instance,
EnterInstance::~EnterInstance() {
}
+EnterInstanceNoLock::EnterInstanceNoLock(PP_Instance instance)
+ : EnterFunctionNoLock<PPB_Instance_FunctionAPI>(instance, true) {
+}
+
+EnterInstanceNoLock::~EnterInstanceNoLock() {
+}
+
} // namespace thunk
} // namespace ppapi