[webkit-reviews] review granted: [Bug 193753] Add "frame hosting" nodes to the scrolling tree : [Attachment 359982] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 04:15:01 PST 2019


Antti Koivisto <koivisto at iki.fi> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 193753: Add "frame hosting" nodes to the scrolling tree
https://bugs.webkit.org/show_bug.cgi?id=193753

Attachment 359982: Patch

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




--- Comment #4 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 359982
  --> https://bugs.webkit.org/attachment.cgi?id=359982
Patch

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

> Source/WebCore/page/scrolling/ios/ScrollingTreeIOS.cpp:94
>      case ScrollingNodeType::Subframe:
>	   return ScrollingTreeFrameScrollingNodeIOS::create(*this, nodeType,
nodeID);
> +    case ScrollingNodeType::FrameHosting:
> +	   return ScrollingTreeFrameHostingNode::create(*this, nodeID);

Is this code (web process side scrolling tree on iOS) actually ever used?


More information about the webkit-reviews mailing list