[Webkit-unassigned] [Bug 165644] Canvas flickers when scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 8 19:22:50 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=165644

--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
Yeah, this could be smarter if the width/height is not changing we may not need to reset (which clears):

> void HTMLCanvasElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
> {
>     if (name == widthAttr || name == heightAttr)
>         reset();
>     HTMLElement::parseAttribute(name, value);
> }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161209/9e311766/attachment.html>


More information about the webkit-unassigned mailing list