[Webkit-unassigned] [Bug 140354] [GTK] Do not schedule a redraw for the redirected XComposite window when not in accelerated compositing mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 12 10:45:21 PST 2015


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

--- Comment #6 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #5)
> (In reply to comment #4)
> > Comment on attachment 244439 [details]
> > Patch
> > 
> > View in context:
> > https://bugs.webkit.org/attachment.cgi?id=244439&action=review
> > 
> > >>> Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp:326
> > >>> +                DrawingAreaProxyImpl* drawingArea = static_cast<DrawingAreaProxyImpl*>(webView->priv->pageProxy->drawingArea());
> > >> 
> > >> Loosk like you could use priv here?
> > > 
> > > No, priv is not captured.
> > 
> > Could you could capture priv here instead?
> 
> Or, I suppose capture both priv and webView.

I need the webview to call gtk_widget_queue_draw. I could capture the priv, but I don't think it's worth it, since priv is already part of web view (so capturing a single pointer is enough), and the only benefit would be saving 7 characters inside the lambda to add 9 more to the capture [].

-- 
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/20150112/dd0b746b/attachment-0002.html>


More information about the webkit-unassigned mailing list