Changeset 166123 in webkit


Ignore:
Timestamp:
Mar 22, 2014, 12:42:03 PM (11 years ago)
Author:
Simon Fraser
Message:

FloatRect.h on iOS should not suck in a system header
https://bugs.webkit.org/show_bug.cgi?id=130641

Reviewed by Geoff Garen.

Don't pull in <CoreGraphics/CGGeometry.h> from FloatRect.h.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r166122 r166123  
     12014-03-22  Simon Fraser  <simon.fraser@apple.com>
     2
     3        FloatRect.h on iOS should not suck in a system header
     4        https://bugs.webkit.org/show_bug.cgi?id=130641
     5
     6        Reviewed by Geoff Garen.
     7
     8        Don't pull in <CoreGraphics/CGGeometry.h> from FloatRect.h.
     9
     10        * platform/graphics/FloatRect.h:
     11
    1122014-03-22  Dan Bernstein  <mitz@apple.com>
    213
  • trunk/Source/WebCore/platform/graphics/FloatRect.h

    r165676 r166123  
    3131#include <wtf/Vector.h>
    3232
    33 #if PLATFORM(IOS)
    34 #include <CoreGraphics/CGGeometry.h>
    35 #endif
    36 
    3733#if USE(CG)
    3834typedef struct CGRect CGRect;
Note: See TracChangeset for help on using the changeset viewer.