[Webkit-unassigned] [Bug 159259] Duplicated code in DrawingAreaImpl and CoordinatedDrawingArea

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 29 23:32:27 PDT 2016


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

--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #2)
> Comment on attachment 282340 [details]
> Patch
> 
> If you could get rid of DrawingAreaImpl, that would be great. I sent out an
> e-mail telling people that I'd like to get rid of it a while back.

Not yet. The GTK+ port still enters/leaves AC mode when required, so we still need the non accelerated code path. We plan to switch to using the threaded compositor, which forces AC mode, but it's not really ready yet. Good thing is that after this patch, once we switch to threaded compositor, we can just remove DrawingAreaImpl and use AcceleratedDrawginArea. In the meantime, since Impl is only used by the GTK+ port, I can rename it to DrawingAreaGtk and move it to WebPage/gtk dir.

-- 
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/20160630/6b7de904/attachment.html>


More information about the webkit-unassigned mailing list