| Index: public/platform/WebImage.h
|
| diff --git a/public/platform/WebImage.h b/public/platform/WebImage.h
|
| index 3043553225b0259e2913f3ce9c21a232735f2c49..122faef21510758604d13a4150efca84d910fc68 100644
|
| --- a/public/platform/WebImage.h
|
| +++ b/public/platform/WebImage.h
|
| @@ -37,7 +37,7 @@
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| #if INSIDE_BLINK
|
| -namespace WebCore { class Image; }
|
| +namespace blink { class Image; }
|
| namespace WTF { template <typename T> class PassRefPtr; }
|
| #endif
|
|
|
| @@ -80,8 +80,8 @@ public:
|
| BLINK_PLATFORM_EXPORT WebSize size() const;
|
|
|
| #if INSIDE_BLINK
|
| - BLINK_PLATFORM_EXPORT WebImage(const WTF::PassRefPtr<WebCore::Image>&);
|
| - BLINK_PLATFORM_EXPORT WebImage& operator=(const WTF::PassRefPtr<WebCore::Image>&);
|
| + BLINK_PLATFORM_EXPORT WebImage(const WTF::PassRefPtr<blink::Image>&);
|
| + BLINK_PLATFORM_EXPORT WebImage& operator=(const WTF::PassRefPtr<blink::Image>&);
|
| #endif
|
|
|
| WebImage(const SkBitmap& bitmap) : m_bitmap(bitmap) { }
|
|
|