summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/chromium/PlatformBridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/chromium/PlatformBridge.h')
-rw-r--r--Source/WebCore/platform/chromium/PlatformBridge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/chromium/PlatformBridge.h b/Source/WebCore/platform/chromium/PlatformBridge.h
index 1c3ccbd..3a04617 100644
--- a/Source/WebCore/platform/chromium/PlatformBridge.h
+++ b/Source/WebCore/platform/chromium/PlatformBridge.h
@@ -98,6 +98,7 @@ public:
static String clipboardReadPlainText(PasteboardPrivate::ClipboardBuffer);
static void clipboardReadHTML(PasteboardPrivate::ClipboardBuffer, String*, KURL*);
+ static PassRefPtr<SharedBuffer> clipboardReadImage(PasteboardPrivate::ClipboardBuffer);
// Only the clipboardRead functions take a buffer argument because
// Chromium currently uses a different technique to write to alternate