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

Unified Diff: Source/WebCore/platform/graphics/DashArray.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/BitmapImage.h ('k') | Source/WebCore/platform/graphics/FloatRect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/DashArray.h
diff --git a/Source/WebCore/platform/graphics/DashArray.h b/Source/WebCore/platform/graphics/DashArray.h
index 39596d4233950b38a143430faf27f0ccfe1c80dc..a89ee1a8289fdcde28d32d7c0350790bf3a19669 100644
--- a/Source/WebCore/platform/graphics/DashArray.h
+++ b/Source/WebCore/platform/graphics/DashArray.h
@@ -30,8 +30,6 @@
#if USE(CG)
typedef CGFloat DashArrayElement;
-#elif USE(CAIRO)
-typedef double DashArrayElement;
#else
typedef float DashArrayElement;
#endif
« no previous file with comments | « Source/WebCore/platform/graphics/BitmapImage.h ('k') | Source/WebCore/platform/graphics/FloatRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698