summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/gtk/PasteboardHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/gtk/PasteboardHelper.h')
-rw-r--r--WebCore/platform/gtk/PasteboardHelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/gtk/PasteboardHelper.h b/WebCore/platform/gtk/PasteboardHelper.h
index 9943a2d..8e67127 100644
--- a/WebCore/platform/gtk/PasteboardHelper.h
+++ b/WebCore/platform/gtk/PasteboardHelper.h
@@ -43,6 +43,7 @@ public:
virtual GtkClipboard* getPrimary(Frame*) const = 0;
virtual GtkTargetList* getCopyTargetList(Frame*) const = 0;
virtual GtkTargetList* getPasteTargetList(Frame*) const = 0;
+ virtual gint getWebViewTargetInfoHtml() const = 0;
};
}