[Webkit-unassigned] [Bug 117733] [WK2][GTK] ASSERTION in WebKit::LayerTreeHostGtk::invalidate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 9 10:14:12 PDT 2013


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





--- Comment #20 from Martin Robinson <mrobinson at webkit.org>  2013-07-09 10:16:13 PST ---
(From update of attachment 206323)
View in context: https://bugs.webkit.org/attachment.cgi?id=206323&action=review

> Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:383
> +#if USE(TEXTURE_MAPPER_GL)
> +    if (!webkitWebViewBaseHasRedirectedWindow(WEBKIT_WEB_VIEW_BASE(webView)))
> +        webkitSettingsGetPreferences(settings)->setAcceleratedCompositingEnabled(false);
> +#endif

I'm realizing now that this might be an issue for WebKitTestRunner since it's implemented using WebkitWebViewBase instead of WebKitWebView. Is there any way to accomplish this in WebKitWebViewBase only?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list