Changeset 64060 in webkit


Ignore:
Timestamp:
Jul 26, 2010 12:10:59 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-07-26 Patrick Gansterer <paroga@paroga.com>

Reviewed by Adam Roben.

[WINCE] Buildfix for BitmapImage.h
https://bugs.webkit.org/show_bug.cgi?id=42931

Use AffineTransform insted of TransformationMatrix.

  • platform/graphics/BitmapImage.h:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r64058 r64060  
     12010-07-26  Patrick Gansterer  <paroga@paroga.com>
     2
     3        Reviewed by Adam Roben.
     4
     5        [WINCE] Buildfix for BitmapImage.h
     6        https://bugs.webkit.org/show_bug.cgi?id=42931
     7
     8        Use AffineTransform insted of TransformationMatrix.
     9
     10        * platform/graphics/BitmapImage.h:
     11
    1122010-07-26  Dirk Schulze  <krit@webkit.org>
    213
  • trunk/WebCore/platform/graphics/BitmapImage.h

    r61360 r64060  
    172172
    173173#if (OS(WINCE) && !PLATFORM(QT))
    174     virtual void drawPattern(GraphicsContext*, const FloatRect& srcRect, const TransformationMatrix& patternTransform,
     174    virtual void drawPattern(GraphicsContext*, const FloatRect& srcRect, const AffineTransform& patternTransform,
    175175                             const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator, const FloatRect& destRect);
    176176#endif
Note: See TracChangeset for help on using the changeset viewer.