[webkit-reviews] review granted: [Bug 226453] add Internals method to expose synchronous scrolling reasons for individual scrolling tree scrolling nodes : [Attachment 430174] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 1 06:26:15 PDT 2021


Frédéric Wang (:fredw) <fred.wang at free.fr> has granted Cameron McCormack
(:heycam) <heycam at apple.com>'s request for review:
Bug 226453: add Internals method to expose synchronous scrolling reasons for
individual scrolling tree scrolling nodes
https://bugs.webkit.org/show_bug.cgi?id=226453

Attachment 430174: Patch

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




--- Comment #2 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
Comment on attachment 430174
  --> https://bugs.webkit.org/attachment.cgi?id=430174
Patch

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

> Source/WebCore/testing/Internals.h:441
> +    ExceptionOr<String>
synchronousScrollingReasonsForScrollableElement(Element&) const;

Is it possible to make this a const Element&?


More information about the webkit-reviews mailing list