[Webkit-unassigned] [Bug 145855] Overriding the overlay scrollbar style on WKView doesn't take effect immediately
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 10 14:44:19 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=145855
Simon Fraser (smfr) <simon.fraser at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #254677|review? |review+
Flags| |
--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 254677
--> https://bugs.webkit.org/attachment.cgi?id=254677
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=254677&action=review
> Source/WebCore/platform/mac/ScrollAnimatorMac.mm:1020
> + if (!painter)
> + return;
> + [painter setNeedsDisplay:YES];
It would be OK removing the null check, since messaging nil is OK.
--
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/20150610/6363d6f4/attachment.html>
More information about the webkit-unassigned
mailing list