[Webkit-unassigned] [Bug 96114] [chromium] Make prioritized texture manager not touch backings array on the main thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 10 20:22:32 PDT 2012


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





--- Comment #25 from Eric Penner <epenner at chromium.org>  2012-09-10 20:22:54 PST ---
(From update of attachment 163246)
View in context: https://bugs.webkit.org/attachment.cgi?id=163246&action=review

> Source/WebKit/chromium/tests/CCPrioritizedTextureTest.cpp:521
> +    DebugScopedSetImplThreadAndMainThreadBlocked implThreadAndMainThreadBlocked;

I'm confused as to why this is passing. Shouldn't the backings be unsorted due to requestLate, and result in an ASSERT below because they aren't sorted?

Hmm, perhaps the backing list is out of date but still sorted in the old valid order (since certain values are copied to backings now). In any case I think we need to tweak this so it fails, or test this another way.

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