[Webkit-unassigned] [Bug 150955] [GTK] Tearing when entering AC mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 23 17:03:41 PST 2016


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

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

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

Great changelog entry, I mostly understand what you are doing!

> Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp:1098
> +    if (widgetIsOnscreenToplevelWindow(oldToplevel) && GTK_WINDOW(oldToplevel) == priv->toplevelOnScreenWindow) {

Surely GTK_WINDOW(oldToplevel) == oldToplevel so you don't need this cast?

> Source/WebKit2/UIProcess/cairo/BackingStoreCairo.cpp:-71
> -    gtk_widget_realize(viewWidget);

OK, I tested and there are no regressions related to bug #147453.

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


More information about the webkit-unassigned mailing list