[Webkit-unassigned] [Bug 106672] [Texmap][GTK] The poster-circle doesn't appear.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 16 09:39:22 PST 2013


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





--- Comment #11 from ChangSeok Oh <kevin.cs.oh at gmail.com>  2013-01-16 09:41:07 PST ---
(In reply to comment #10)
> (From update of attachment 182995 [details])
> I don't understand what this test does, and how it relates to the DrawsContent flag.

If you run the attached test, you can see nothing drawn on webkit with texturemapper.
The rotating blue rectangle should be drawn on a separated GraphicsLayer since it has an animation property. Even though a GraphicsLayer is created for it and layer tree is structured successfully, the layer doesn't appear on screen. Because it doesn't have a change to call setNeedsDisplay for the layer. For these reason, we should call setNeedsDisplay for the layer(having animation) in proper somewhere.
As my investigation. mac port and gtk port with clutter ac work fine for this test. because I think they are call setNeedsDisplay when the drawContent value is changed.

The test verifies that the layer (rotating blue rectangle in the test case)  is actually drawn on window by comparing with the expected png result.

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