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

Unified Diff: mojo/apps/js/bindings/gl/module.h

Issue 120043008: Add a simple one shot and repeating timer API for Mojo.js. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win build 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/core.cc ('k') | mojo/apps/js/bindings/gl/module.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/bindings/gl/module.h
diff --git a/mojo/apps/js/bindings/gl/module.h b/mojo/apps/js/bindings/gl/module.h
index 9b32ad42ad56caf899800648229c94532f81a0c7..0ae0d14357b12a57d3445e55e60bc689fa40c06b 100644
--- a/mojo/apps/js/bindings/gl/module.h
+++ b/mojo/apps/js/bindings/gl/module.h
@@ -13,7 +13,7 @@ namespace js {
namespace gl {
extern const char* kModuleName;
-v8::Local<v8::ObjectTemplate> GetModuleTemplate(v8::Isolate* isolate);
+v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
} // namespace gl
} // namespace js
« no previous file with comments | « mojo/apps/js/bindings/core.cc ('k') | mojo/apps/js/bindings/gl/module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698