Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(416)

Unified Diff: Source/WebCore/platform/graphics/NativeImagePtr.h

Issue 13724012: Remove Cairo support. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/platform/graphics/ImageBufferData.h ('k') | Source/WebCore/platform/graphics/Path.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « Source/WebCore/platform/graphics/ImageBufferData.h ('k') | Source/WebCore/platform/graphics/Path.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698