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

Unified Diff: Source/WebCore/platform/DragImage.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/loader/icon/IconDatabase.cpp ('k') | Source/WebCore/platform/MIMETypeRegistry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/DragImage.h
diff --git a/Source/WebCore/platform/DragImage.h b/Source/WebCore/platform/DragImage.h
index dd970d293692e99389abfd1a3fff874c4650a83a..9cef224f803d73c73783644c7193ace0151b1ecd 100644
--- a/Source/WebCore/platform/DragImage.h
+++ b/Source/WebCore/platform/DragImage.h
@@ -44,8 +44,6 @@ typedef struct HBITMAP__* HBITMAP;
class wxDragImage;
#elif PLATFORM(CHROMIUM)
#include "DragImageRef.h"
-#elif PLATFORM(GTK)
-typedef struct _cairo_surface cairo_surface_t;
#endif
//We need to #define YOffset as it needs to be shared with WebKit
@@ -67,8 +65,6 @@ namespace WebCore {
typedef HBITMAP DragImageRef;
#elif PLATFORM(WX)
typedef wxDragImage* DragImageRef;
-#elif PLATFORM(GTK)
- typedef cairo_surface_t* DragImageRef;
#elif PLATFORM(EFL) || PLATFORM(BLACKBERRY)
typedef void* DragImageRef;
#endif
« no previous file with comments | « Source/WebCore/loader/icon/IconDatabase.cpp ('k') | Source/WebCore/platform/MIMETypeRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698