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

Unified Diff: Source/core/html/canvas/WebGLCompressedTexturePVRTC.h

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 3 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: Source/core/html/canvas/WebGLCompressedTexturePVRTC.h
diff --git a/Source/core/html/canvas/WebGLCompressedTexturePVRTC.h b/Source/core/html/canvas/WebGLCompressedTexturePVRTC.h
index 68dbd035dc9b66a891dbb1508672f0e6fb8558e9..089fb3d99913b7d408dd03464e570313a86fdeaa 100644
--- a/Source/core/html/canvas/WebGLCompressedTexturePVRTC.h
+++ b/Source/core/html/canvas/WebGLCompressedTexturePVRTC.h
@@ -33,6 +33,7 @@
namespace blink {
class WebGLCompressedTexturePVRTC FINAL : public WebGLExtension, public ScriptWrappable {
+ DEFINE_WRAPPERTYPEINFO();
public:
static PassRefPtrWillBeRawPtr<WebGLCompressedTexturePVRTC> create(WebGLRenderingContextBase*);
static bool supported(WebGLRenderingContextBase*);
« no previous file with comments | « Source/core/html/canvas/WebGLCompressedTextureETC1.h ('k') | Source/core/html/canvas/WebGLCompressedTextureS3TC.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698