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

Unified Diff: gin/function_template.h

Issue 111083005: Beginning of JS Mojo API to GL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 years 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
« no previous file with comments | « gin/arguments.cc ('k') | gin/function_template.cc » ('j') | gin/handle.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/function_template.h
diff --git a/gin/function_template.h b/gin/function_template.h
index 86ca1a6235cf3c0780eecfce866eceef1a845f69..81500719d5c45493ed5a8062606e4d48797e9920 100644
--- a/gin/function_template.h
+++ b/gin/function_template.h
@@ -59,6 +59,8 @@ struct CallbackParamTraits<const T*> {
// This simple base class is used so that we can share a single object template
// among every CallbackHolder instance.
class CallbackHolderBase : public Wrappable<CallbackHolderBase> {
+ public:
+ static WrapperInfo kWrapperInfo;
protected:
~CallbackHolderBase() {}
};
« no previous file with comments | « gin/arguments.cc ('k') | gin/function_template.cc » ('j') | gin/handle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698