Changeset 98754 in webkit
- Timestamp:
- Oct 28, 2011, 1:10:24 PM (15 years ago)
- Location:
- branches/subpixellayout/Source/WebCore
- Files:
-
- 3 edited
-
WebCore.gypi (modified) (1 diff)
-
platform/graphics/FixedRect.h (modified) (1 diff)
-
platform/graphics/FixedSize.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/subpixellayout/Source/WebCore/WebCore.gypi
r98662 r98754 3417 3417 'platform/graphics/cairo/TransformationMatrixCairo.cpp', 3418 3418 'platform/graphics/cg/ColorCG.cpp', 3419 'platform/graphics/cg/FixedPointCG.cpp', 3420 'platform/graphics/cg/FixedRectCG.cpp', 3421 'platform/graphics/cg/FixedSizeCG.cpp', 3419 3422 'platform/graphics/cg/FloatPointCG.cpp', 3420 3423 'platform/graphics/cg/FloatRectCG.cpp', -
branches/subpixellayout/Source/WebCore/platform/graphics/FixedRect.h
r98391 r98754 220 220 #if (PLATFORM(MAC) && !defined(NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES)) \ 221 221 || (PLATFORM(CHROMIUM) && OS(DARWIN)) || (PLATFORM(QT) && USE(QTKIT)) 222 FixedRect(const NSRect&); 222 223 operator NSRect() const; 223 224 #endif -
branches/subpixellayout/Source/WebCore/platform/graphics/FixedSize.h
r98528 r98754 122 122 #endif 123 123 124 #if (PLATFORM(MAC) || (PLATFORM(QT) && USE(QTKIT)) ) && !defined(NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES)124 #if (PLATFORM(MAC) || (PLATFORM(QT) && USE(QTKIT)) || PLATFORM(CHROMIUM) && OS(DARWIN)) && !defined(NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES) 125 125 explicit FixedSize(const NSSize &); // don't do this implicitly since it's lossy 126 126 operator NSSize() const;
Note:
See TracChangeset
for help on using the changeset viewer.