| Index: Source/core/html/HTMLCanvasElement.h
|
| diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h
|
| index 73ebbdde30b11128690696b5803caf5612a20695..195f260097d107b0e5e3ee6ec74abbfcd352e57c 100644
|
| --- a/Source/core/html/HTMLCanvasElement.h
|
| +++ b/Source/core/html/HTMLCanvasElement.h
|
| @@ -69,6 +69,7 @@ public:
|
| };
|
|
|
| class HTMLCanvasElement FINAL : public HTMLElement, public DocumentVisibilityObserver, public CanvasImageSource, public ImageBufferClient, public blink::WebThread::TaskObserver {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLCanvasElement);
|
| public:
|
| DECLARE_NODE_FACTORY(HTMLCanvasElement);
|
| @@ -213,6 +214,6 @@ private:
|
| mutable RefPtr<Image> m_copiedImage; // FIXME: This is temporary for platforms that have to copy the image buffer to render (and for CSSCanvasValue).
|
| };
|
|
|
| -} //namespace
|
| +} // namespace blink
|
|
|
| -#endif
|
| +#endif // HTMLCanvasElement_h
|
|
|