[webkit-reviews] review granted: [Bug 202449] [GTK][WPE] Enable async scrolling : [Attachment 380088] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 3 01:31:35 PDT 2019


Carlos Garcia Campos <cgarcia at igalia.com> has granted Zan Dobersek
<zan at falconsigh.net>'s request for review:
Bug 202449: [GTK][WPE] Enable async scrolling
https://bugs.webkit.org/show_bug.cgi?id=202449

Attachment 380088: Patch

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




--- Comment #7 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 380088
  --> https://bugs.webkit.org/attachment.cgi?id=380088
Patch

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

>
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGrap
hics.cpp:76
> +    auto* disableAsyncScrolling = getenv("WEBKIT_DISABLE_ASYNC_SCROLLING");
> +    if (disableAsyncScrolling && strcmp(disableAsyncScrolling, "0"))
> +	   m_supportsAsyncScrolling = false;

We could do this only if m_supportsAsyncScrolling is true.


More information about the webkit-reviews mailing list