Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2168)

Unified Diff: content/renderer/webclipboard_impl.h

Issue 1876653003: Register clipboard image blob in the browser process to copy data less. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/renderer_clipboard_delegate.cc ('k') | content/renderer/webclipboard_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/webclipboard_impl.h
diff --git a/content/renderer/webclipboard_impl.h b/content/renderer/webclipboard_impl.h
index 3bdc568bcddb380cdcc2adeb6db3fe6cfb6e863a..6a3d82b574117086f341603757c07714ce7f4ae1 100644
--- a/content/renderer/webclipboard_impl.h
+++ b/content/renderer/webclipboard_impl.h
@@ -33,7 +33,7 @@ class WebClipboardImpl : public blink::WebClipboard {
blink::WebURL* source_url,
unsigned* fragment_start,
unsigned* fragment_end) override;
- blink::WebData readImage(Buffer buffer) override;
+ blink::WebBlobInfo readImage(Buffer buffer) override;
blink::WebString readCustomData(Buffer buffer,
const blink::WebString& type) override;
void writePlainText(const blink::WebString& plain_text) override;
« no previous file with comments | « content/renderer/renderer_clipboard_delegate.cc ('k') | content/renderer/webclipboard_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698