Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / Image.cpp
index 2ee59a0..861c055 100644 (file)
@@ -39,6 +39,7 @@
 #include "platform/graphics/GraphicsContextStateSaver.h"
 #include "public/platform/Platform.h"
 #include "public/platform/WebData.h"
+#include "third_party/skia/include/core/SkImage.h"
 #include "wtf/MainThread.h"
 #include "wtf/StdLibExtras.h"
 
@@ -244,4 +245,9 @@ PassRefPtr<Image> Image::imageForDefaultFrame()
     return image.release();
 }
 
+PassRefPtr<SkImage> Image::skImage()
+{
+    return nullptr;
+}
+
 } // namespace blink