Index: webkit/glue/webkit_glue.h |
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h |
index c1f45e633822b669b9623ec108b4892ca1bae80f..68c3394a11078ee5d0f3042f8363418876f9723c 100644 |
--- a/webkit/glue/webkit_glue.h |
+++ b/webkit/glue/webkit_glue.h |
@@ -198,6 +198,8 @@ void ClipboardReadAsciiText(ui::Clipboard::Buffer buffer, std::string* result); |
void ClipboardReadHTML(ui::Clipboard::Buffer buffer, string16* markup, |
GURL* url); |
+void ClipboardReadImage(ui::Clipboard::Buffer buffer, std::string* data); |
+ |
// Reads the available types from the clipboard, if available. |
bool ClipboardReadAvailableTypes(ui::Clipboard::Buffer buffer, |
std::vector<string16>* types, |