[Webkit-unassigned] [Bug 66145] [chromium] Assert that main thread and compositor thread are used safely

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 12 12:09:04 PDT 2011


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





--- Comment #7 from James Robinson <jamesr at chromium.org>  2011-08-12 12:09:04 PST ---
Yeah, that looks like a great start.  We can expand to get more sophisticated as we need.

You can also use the USE(THREADED_COMPOSITING) macro to tell if there's supposed to be a real thread - when that is not set, then you will have to 'fake' the threaded stuff (just check a bool).  When it is set, you can use our existing isOnMainThread() assertions.

-- 
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