[Webkit-unassigned] [Bug 33405] [OpenVG] Implement a basic GraphicsContext on top of a new PainterOpenVG class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 21 20:52:41 PST 2010


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





--- Comment #10 from Jakob Petsovits <jpetsovits at rim.com>  2010-01-21 20:52:39 PST ---
Alright, back in the game. I took some lessons from Niko's first patch review
and preemptively removed a couple of method parameter names in header files,
plus UNUSED_PARAM() all over the place in the new GraphicsContext
implementation. I've got implementations for most of the methods in
GraphicsContext, so the UNUSED_PARAM()s will go away anyways over the next
couple of patches.

Also made GraphicsContextPlatformPrivate inherit from PainterOpenVG instead of
having the latter contained in the former as a member. I guess that's the
second best option after typedef'ing which the compiler didn't like so much.

Now waiting for reviews! Come and get me!

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