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

Unified Diff: third_party/WebKit/Source/core/dom/MessagePort.h

Issue 2541683002: Make ImageBitmap transfers work in cases that require serialization (Closed)
Patch Set: Created 4 years, 1 month 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
Index: third_party/WebKit/Source/core/dom/MessagePort.h
diff --git a/third_party/WebKit/Source/core/dom/MessagePort.h b/third_party/WebKit/Source/core/dom/MessagePort.h
index 9a3e38a266eb7a437326ee3dd9ae4b44181b4c55..9944dbae0adef5bd2c6c1db14037461bef7dd8e0 100644
--- a/third_party/WebKit/Source/core/dom/MessagePort.h
+++ b/third_party/WebKit/Source/core/dom/MessagePort.h
@@ -66,7 +66,7 @@ class CORE_EXPORT MessagePort : public EventTargetWithInlineData,
PassRefPtr<SerializedScriptValue> message,
const MessagePortArray&,
ExceptionState&);
- static bool canTransferArrayBuffer() { return false; }
+ static bool canTransferArrayBuffersAndImageBitmaps() { return false; }
void start();
void close();

Powered by Google App Engine
This is Rietveld 408576698