[Webkit-unassigned] [Bug 150392] [GTK] Implement rendering frames timeline panel for GTK+ port
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 27 09:17:48 PST 2015
https://bugs.webkit.org/show_bug.cgi?id=150392
--- Comment #15 from Carlos Garcia Campos <cgarcia at igalia.com> ---
We have switched all our sources to use RunLoop, so we could now implement a RunLoopObserver for a RunLoop. The problem is how to identify the sources to filter the notifications, because RunLoop works with std::function and RunLoop::Timer with function pointer. For now we could limit it to monitor RunLoop::Timers only. We could set a unique id to RunLoop::Timer and add API to get it.
--
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/20151127/529434fc/attachment.html>
More information about the webkit-unassigned
mailing list