[Webkit-unassigned] [Bug 76274] [chromium] Refactor canvas, plugin, and video drawing to be more data-driven

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 16 08:59:09 PST 2012


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





--- Comment #11 from Tim Dresser <tdresser at chromium.org>  2012-01-16 08:59:09 PST ---
(In reply to comment #10)
> (In reply to comment #9)
> 
> > tdresser: Can you see if you can fix this failure and resubmit a patch (also without the string OOPS anywhere in the ChangeLog)?
> 
> Er, more specifically, *with* the reviewed by nobody OOPS, but *without* any other OOPS lines.

This test currently relies on some culling code which I think is going to behave differently once this refactor is complete.

CCLayerImpl::appendQuads is called for all layers, but CCLayerImpl::draw was not called for all layers.

I see two options here:

1. Modify the test to expect CCLayerImpl::appendQuads to always be called.
   This essentially undoes https://bugs.webkit.org/show_bug.cgi?id=75783
2. Test if the layer's quads are actually drawn.

Which approach do you think I should take?

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