[Webkit-unassigned] [Bug 193539] Implement asynchronous frame scrolling for iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 18 10:59:33 PST 2019


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

Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #359478|review?                     |review+
              Flags|                            |

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

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

> Source/WebCore/rendering/RenderLayerCompositor.cpp:3415
> +#if PLATFORM(IOS)

if PLATFORM(IOS_FAMILY)

Ideally this wouldn't be a platform #ifdef, but something else.

> LayoutTests/platform/ios-wk2/compositing/tiling/tiled-drawing-async-frame-scrolling-expected.txt:46
> -                  (coverage rect 0.00, 0.00 300.00 x 150.00)
> +                  (coverage rect -10.00, -10.00 800.00 x 600.00)

This seems odd.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190118/5ab50a01/attachment.html>


More information about the webkit-unassigned mailing list