| Index: Source/WebCore/platform/graphics/FloatRect.h
|
| diff --git a/Source/WebCore/platform/graphics/FloatRect.h b/Source/WebCore/platform/graphics/FloatRect.h
|
| index 40498d403c13795d26de7fa3c8d17eefd7383023..f1ab9c5be6f1f5748b6f814021ee1b5470d27758 100644
|
| --- a/Source/WebCore/platform/graphics/FloatRect.h
|
| +++ b/Source/WebCore/platform/graphics/FloatRect.h
|
| @@ -48,14 +48,6 @@ class QRectF;
|
| QT_END_NAMESPACE
|
| #endif
|
|
|
| -#if PLATFORM(BLACKBERRY)
|
| -namespace BlackBerry {
|
| -namespace Platform {
|
| -class FloatRect;
|
| -}
|
| -}
|
| -#endif
|
| -
|
| #if USE(SKIA)
|
| struct SkRect;
|
| #endif
|
| @@ -182,11 +174,6 @@ public:
|
| void fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2);
|
| void fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3);
|
|
|
| -#if PLATFORM(BLACKBERRY)
|
| - FloatRect(const BlackBerry::Platform::FloatRect&);
|
| - operator BlackBerry::Platform::FloatRect() const;
|
| -#endif
|
| -
|
| #if USE(CG) || USE(SKIA_ON_MAC_CHROMIUM)
|
| FloatRect(const CGRect&);
|
| operator CGRect() const;
|
|
|