[Webkit-unassigned] [Bug 65202] Support moving GPU accelerated canvas to a new document (popup window)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 27 13:04:16 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65202
--- Comment #21 from Alok Priyadarshi <alokp at chromium.org> 2011-07-27 13:04:16 PST ---
(From update of attachment 102173)
View in context: https://bugs.webkit.org/attachment.cgi?id=102173&action=review
> Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:2027
> + RefPtr<ImageData> imageInPreviousContext = getImageData(0, 0, canvas()->width(), canvas()->height(), ec);
For this to succeed, the old context should still be valid. Can we assume this?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list