[webkit-reviews] review granted: [Bug 185885] Setting drawsBackground to YES on a WKView doesn't take effect immediately : [Attachment 341103] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 10:40:03 PDT 2018


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Timothy Hatcher
<timothy at apple.com>'s request for review:
Bug 185885: Setting drawsBackground to YES on a WKView doesn't take effect
immediately
https://bugs.webkit.org/show_bug.cgi?id=185885

Attachment 341103: Patch

https://bugs.webkit.org/attachment.cgi?id=341103&action=review




--- Comment #9 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 341103
  --> https://bugs.webkit.org/attachment.cgi?id=341103
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=341103&action=review

> Source/WebCore/page/FrameView.cpp:2938
> +	       if (view->needsLayout())
> +		   view->layoutContext().scheduleLayout();

It's sad that you have to do this.


More information about the webkit-reviews mailing list