1 2 3 4 5 6 7 8 9 10 11 12 13 14 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