| Index: Source/WebCore/platform/graphics/FloatRect.h
|
| diff --git a/Source/WebCore/platform/graphics/FloatRect.h b/Source/WebCore/platform/graphics/FloatRect.h
|
| index fcef94a295d96072d2f5b8e0e7f22c2455fea373..8a58a9b943b127a6befe5d80238ff3d313cd3479 100644
|
| --- a/Source/WebCore/platform/graphics/FloatRect.h
|
| +++ b/Source/WebCore/platform/graphics/FloatRect.h
|
| @@ -64,10 +64,6 @@ class FloatRect;
|
| struct SkRect;
|
| #endif
|
|
|
| -#if USE(CAIRO)
|
| -typedef struct _cairo_rectangle cairo_rectangle_t;
|
| -#endif
|
| -
|
| namespace WebCore {
|
|
|
| #if PLATFORM(OPENVG)
|
| @@ -226,11 +222,6 @@ public:
|
| operator VGRect() const;
|
| #endif
|
|
|
| -#if USE(CAIRO)
|
| - FloatRect(const cairo_rectangle_t&);
|
| - operator cairo_rectangle_t() const;
|
| -#endif
|
| -
|
| private:
|
| FloatPoint m_location;
|
| FloatSize m_size;
|
|
|