[Webkit-unassigned] [Bug 198996] [GTK] Page blinks after navigation swipe if it triggered PSON

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 19 09:12:06 PDT 2019


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

--- Comment #3 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 372456
  --> https://bugs.webkit.org/attachment.cgi?id=372456
Patch

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

Good job, thanks!

> Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp:1715
> +    WebKitWebViewBasePrivate* priv = webkitWebViewBase->priv;
> +
> +    priv->viewGestureController = nullptr;

Style nit, since it's only used for this one line:

webkitWebViewBase->priv->viewGestureController = nullptr;

-- 
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/20190619/0b929a4b/attachment-0001.html>


More information about the webkit-unassigned mailing list