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

Unified Diff: mojo/apps/js/bindings/threading.h

Issue 111083005: Beginning of JS Mojo API to GL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make windows link? 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 | « mojo/apps/js/bindings/gl/opaque.cc ('k') | mojo/apps/js/bindings/threading.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/bindings/threading.h
diff --git a/mojo/apps/js/bindings/threading.h b/mojo/apps/js/bindings/threading.h
index 56905ce0d082927484675c2a1e65c7e62bdaf594..74ea8c24a3f0b20473523399a138390b36a6f817 100644
--- a/mojo/apps/js/bindings/threading.h
+++ b/mojo/apps/js/bindings/threading.h
@@ -5,7 +5,7 @@
#ifndef MOJO_APPS_JS_BINDINGS_THREADING_H_
#define MOJO_APPS_JS_BINDINGS_THREADING_H_
-#include "mojo/public/system/core.h"
+#include "gin/public/wrapper_info.h"
#include "v8/include/v8.h"
namespace mojo {
@@ -15,6 +15,8 @@ class Threading {
public:
static const char kModuleName[];
static v8::Local<v8::ObjectTemplate> GetTemplate(v8::Isolate* isolate);
+ private:
+ Threading();
};
} // namespace apps
« no previous file with comments | « mojo/apps/js/bindings/gl/opaque.cc ('k') | mojo/apps/js/bindings/threading.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698