diff options
Diffstat (limited to 'src/javascript/jsc/bindings/webcore/CanvasImageSource.h')
-rw-r--r-- | src/javascript/jsc/bindings/webcore/CanvasImageSource.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/javascript/jsc/bindings/webcore/CanvasImageSource.h b/src/javascript/jsc/bindings/webcore/CanvasImageSource.h new file mode 100644 index 000000000..465542e72 --- /dev/null +++ b/src/javascript/jsc/bindings/webcore/CanvasImageSource.h @@ -0,0 +1,15 @@ +#pragma once + +#include "root.h" +#include "include/core/SkImage.h" + +namespace WebCore { + +class CanvasImageSource : public RefCounted<CanvasImageSource> { + WTF_MAKE_ISO_ALLOCATED(CanvasImageSource); + +public: + m_blob* WebCore::Blob; +}; + +} // namespace WebCore
\ No newline at end of file |