Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Unified Diff: Source/WebCore/platform/graphics/FloatRect.h

Issue 13724012: Remove Cairo support. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/platform/graphics/DashArray.h ('k') | Source/WebCore/platform/graphics/FontPlatformData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/WebCore/platform/graphics/DashArray.h ('k') | Source/WebCore/platform/graphics/FontPlatformData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698