Changeset 63993 in webkit


Ignore:
Timestamp:
Jul 23, 2010 1:16:58 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

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

Reviewed by Adam Roben.

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

  • platform/graphics/Path.h: Add missing typedef PlatformPath.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r63991 r63993  
     12010-07-23  Patrick Gansterer  <paroga@paroga.com>
     2
     3        Reviewed by Adam Roben.
     4
     5        [WINCE] Buildfix for Path.h
     6        https://bugs.webkit.org/show_bug.cgi?id=42904
     7
     8        * platform/graphics/Path.h: Add missing typedef PlatformPath.
     9
    1102010-07-23  Adam Barth  <abarth@webkit.org>
    211
  • trunk/WebCore/platform/graphics/Path.h

    r63599 r63993  
    6060    class PlatformPath;
    6161}
     62typedef WebCore::PlatformPath PlatformPath;
    6263#else
    6364typedef void PlatformPath;
Note: See TracChangeset for help on using the changeset viewer.