Index: Source/WebCore/platform/graphics/NativeImagePtr.h |
diff --git a/Source/WebCore/platform/graphics/NativeImagePtr.h b/Source/WebCore/platform/graphics/NativeImagePtr.h |
index 1ad5be9f673163ff07009acff5b655faa83f1b34..dcd2045af3689f6ad9bc629e42a1d1e7f1480fbb 100644 |
--- a/Source/WebCore/platform/graphics/NativeImagePtr.h |
+++ b/Source/WebCore/platform/graphics/NativeImagePtr.h |
@@ -39,8 +39,6 @@ typedef struct CGImage* CGImageRef; |
QT_BEGIN_NAMESPACE |
class QPixmap; |
QT_END_NAMESPACE |
-#elif USE(CAIRO) |
-#include "NativeImageCairo.h" |
#elif USE(SKIA) |
#include "NativeImageSkia.h" |
namespace WebCore { |
@@ -69,8 +67,6 @@ typedef wxGraphicsBitmap* NativeImagePtr; |
#else |
typedef wxBitmap* NativeImagePtr; |
#endif |
-#elif USE(CAIRO) |
-typedef WebCore::NativeImageCairo* NativeImagePtr; |
#elif USE(SKIA) |
typedef WebCore::NativeImageSkia* NativeImagePtr; |
void reportMemoryUsage(const NativeImageSkia*, WTF::MemoryObjectInfo*); |