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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.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/modules/serviceworkers/ServiceWorker.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
index 8e6d683bdea452ab7708275e762aef24930dbb86..58027101d7af3cf7113dbc13dbe6fd092e90c528 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
@@ -63,7 +63,7 @@ class MODULES_EXPORT ServiceWorker final : public AbstractWorker,
PassRefPtr<SerializedScriptValue> message,
const MessagePortArray&,
ExceptionState&);
- static bool canTransferArrayBuffer() { return false; }
+ static bool canTransferArrayBuffersAndImageBitmaps() { return false; }
String scriptURL() const;
String state() const;

Powered by Google App Engine
This is Rietveld 408576698