summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/DragImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/DragImage.h')
-rw-r--r--WebCore/platform/DragImage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/platform/DragImage.h b/WebCore/platform/DragImage.h
index 3045e03..b905432 100644
--- a/WebCore/platform/DragImage.h
+++ b/WebCore/platform/DragImage.h
@@ -80,7 +80,11 @@ namespace WebCore {
typedef BBitmap* DragImageRef;
#elif PLATFORM(BREWMP)
typedef IImage* DragImageRef;
+<<<<<<< HEAD
#elif PLATFORM(ANDROID)
+=======
+#elif PLATFORM(EFL)
+>>>>>>> webkit.org at r58033
typedef void* DragImageRef;
#endif