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

Unified Diff: third_party/WebKit/public/platform/WebClipboard.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 | « third_party/WebKit/public/blink_headers.gypi ('k') | third_party/WebKit/public/platform/WebMockClipboard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebClipboard.h
diff --git a/third_party/WebKit/public/platform/WebClipboard.h b/third_party/WebKit/public/platform/WebClipboard.h
index be1f44e87cf7df310879653ce9ff502db232ef99..e1b76133de088599302225d1707c87484dce3434 100644
--- a/third_party/WebKit/public/platform/WebClipboard.h
+++ b/third_party/WebKit/public/platform/WebClipboard.h
@@ -31,12 +31,12 @@
#ifndef WebClipboard_h
#define WebClipboard_h
-#include "WebCommon.h"
-#include "WebData.h"
-#include "WebImage.h"
-#include "WebString.h"
-#include "WebURL.h"
-#include "WebVector.h"
+#include "public/platform/WebBlobInfo.h"
+#include "public/platform/WebCommon.h"
+#include "public/platform/WebImage.h"
+#include "public/platform/WebString.h"
+#include "public/platform/WebURL.h"
+#include "public/platform/WebVector.h"
namespace blink {
@@ -77,7 +77,7 @@ public:
virtual WebString readHTML(
Buffer buffer, WebURL* pageURL, unsigned* fragmentStart,
unsigned* fragmentEnd) { return WebString(); }
- virtual WebData readImage(Buffer) { return WebData(); }
+ virtual WebBlobInfo readImage(Buffer) { return WebBlobInfo(); }
virtual WebString readCustomData(
Buffer, const WebString& type) { return WebString(); }
« no previous file with comments | « third_party/WebKit/public/blink_headers.gypi ('k') | third_party/WebKit/public/platform/WebMockClipboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698