| Index: Source/core/html/canvas/WebGLFramebuffer.h
|
| diff --git a/Source/core/html/canvas/WebGLFramebuffer.h b/Source/core/html/canvas/WebGLFramebuffer.h
|
| index 8a32a38ac668fee51cdedb7b95145138fb2f2bb5..7bdf6e607c8fffc3c180d398d13e1a2b28724c29 100644
|
| --- a/Source/core/html/canvas/WebGLFramebuffer.h
|
| +++ b/Source/core/html/canvas/WebGLFramebuffer.h
|
| @@ -38,6 +38,7 @@ class WebGLRenderbuffer;
|
| class WebGLTexture;
|
|
|
| class WebGLFramebuffer FINAL : public WebGLContextObject, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| class WebGLAttachment : public RefCountedWillBeGarbageCollectedFinalized<WebGLAttachment> {
|
| public:
|
|
|