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

Unified Diff: third_party/WebKit/Source/core/workers/InProcessWorkerBase.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/workers/InProcessWorkerBase.h
diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
index 5c02891ff0b00bb11dc1ed171ce70b9e968518cc..da27b03d50830848fbbd00359583c6ad451c8f03 100644
--- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
+++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
@@ -34,7 +34,7 @@ class CORE_EXPORT InProcessWorkerBase : public AbstractWorker,
PassRefPtr<SerializedScriptValue> message,
const MessagePortArray&,
ExceptionState&);
- static bool canTransferArrayBuffer() { return true; }
+ static bool canTransferArrayBuffersAndImageBitmaps() { return true; }
void terminate();
// ActiveDOMObject

Powered by Google App Engine
This is Rietveld 408576698