RESOLVED FIXED 179671
Stub implementations of OffscreenCanvas getContext and transferToImageBitmap
https://bugs.webkit.org/show_bug.cgi?id=179671
Summary Stub implementations of OffscreenCanvas getContext and transferToImageBitmap
Dean Jackson
Reported 2017-11-14 09:54:53 PST
Stub implementations of OffscreenCanvas getContext and transferToImageBitmap
Attachments
Patch (8.99 KB, patch)
2017-11-14 09:59 PST, Dean Jackson
graouts: review+
Radar WebKit Bug Importer
Comment 1 2017-11-14 09:55:10 PST
Dean Jackson
Comment 2 2017-11-14 09:59:27 PST
Antoine Quint
Comment 3 2017-11-14 10:24:02 PST
Comment on attachment 326887 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=326887&action=review > Source/WebCore/html/OffscreenCanvas.cpp:71 > + return { nullptr }; Shouldn't it be { }? > Source/WebCore/html/OffscreenCanvas.h:71 > + // FIXME: Should be optional<OffscreenRenderingContext> from above. Is there a bug for this? Shouldn't we discard OffscreenRenderingContext until it's ready to use?
Dean Jackson
Comment 4 2017-11-14 13:11:47 PST
Ryan Haddad
Comment 5 2017-11-14 14:16:06 PST
Note You need to log in before you can comment on or make changes to this bug.