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

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

Issue 113893005: [gin] Introduce Wrappable::GetObjectTemplate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates 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/module.cc ('k') | mojo/apps/js/bindings/gl/opaque.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/bindings/gl/opaque.h
diff --git a/mojo/apps/js/bindings/gl/opaque.h b/mojo/apps/js/bindings/gl/opaque.h
index 10df1348da42b5c1f9b868f5179ec6e0d589eda5..475565806ae9dd04d9e6277f387e91355b381d29 100644
--- a/mojo/apps/js/bindings/gl/opaque.h
+++ b/mojo/apps/js/bindings/gl/opaque.h
@@ -23,7 +23,6 @@ class Opaque : public gin::Wrappable<Opaque> {
static gin::WrapperInfo kWrapperInfo;
static gin::Handle<Opaque> Create(v8::Isolate* isolate, GLuint value);
- static v8::Handle<v8::ObjectTemplate> GetObjectTemplate(v8::Isolate* isolate);
GLuint value() const { return value_; }
void set_value(GLuint val) { value_ = val; }
« no previous file with comments | « mojo/apps/js/bindings/gl/module.cc ('k') | mojo/apps/js/bindings/gl/opaque.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698