[Webkit-unassigned] [Bug 27842] Implement GraphicsContext::fillRoundRect() for WINCE port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 10 11:31:42 PDT 2009


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


George Staikos <staikos at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34484|                            |review-
               Flag|                            |




--- Comment #14 from George Staikos <staikos at kde.org>  2009-08-10 11:31:40 PDT ---
(From update of attachment 34484)

> --- a/WebCore/platform/graphics/GraphicsContext.h
> +++ b/WebCore/platform/graphics/GraphicsContext.h
> @@ -221,6 +221,8 @@ namespace WebCore {
>          void fillRect(const FloatRect&, Generator&);
>          void fillRoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color&);
>  
> +        void drawRoundCorner(bool newClip, RECT clipRect, RECT rectWin, HDC dc, int width, int height);
> +
>          void clearRect(const FloatRect&);
>  
>          void strokeRect(const FloatRect&);

That should be in a PLATFORM(WINCE) place or it will break the build for
others.

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