Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / canvas / WebGLRenderingContext.h
index bc30c92..0abd4c4 100644 (file)
@@ -32,6 +32,7 @@
 namespace blink {
 
 class WebGLRenderingContext FINAL : public WebGLRenderingContextBase, public ScriptWrappable {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     static PassOwnPtrWillBeRawPtr<WebGLRenderingContext> create(HTMLCanvasElement*, WebGLContextAttributes*);
     virtual ~WebGLRenderingContext();
@@ -75,4 +76,4 @@ DEFINE_TYPE_CASTS(WebGLRenderingContext, CanvasRenderingContext, context,
 
 } // namespace blink
 
-#endif
+#endif // WebGLRenderingContext_h