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

Unified Diff: ppapi/thunk/enter.h

Issue 10163012: Move the FlashClipboard API into the Flash one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
Index: ppapi/thunk/enter.h
diff --git a/ppapi/thunk/enter.h b/ppapi/thunk/enter.h
index 4172ce0e60b2863769946ee87e00ab866687742b..5c69acf5e326486abf9badd594b158d841e98c00 100644
--- a/ppapi/thunk/enter.h
+++ b/ppapi/thunk/enter.h
@@ -262,6 +262,13 @@ class PPAPI_THUNK_EXPORT EnterInstance
~EnterInstance();
};
+class PPAPI_THUNK_EXPORT EnterInstanceNoLock
+ : public EnterFunctionNoLock<PPB_Instance_FunctionAPI> {
+ public:
+ EnterInstanceNoLock(PP_Instance instance);
+ ~EnterInstanceNoLock();
+};
+
} // namespace thunk
} // namespace ppapi

Powered by Google App Engine
This is Rietveld 408576698