| 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
|
|
|