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

Unified Diff: Source/WebCore/platform/graphics/win/GraphicsContextWin.cpp

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
Index: Source/WebCore/platform/graphics/win/GraphicsContextWin.cpp
diff --git a/Source/WebCore/platform/graphics/win/GraphicsContextWin.cpp b/Source/WebCore/platform/graphics/win/GraphicsContextWin.cpp
index 9514a49dfc68ecf65a540d4886b15ebed51134b4..090cbe3d1f41336a1affaaf833fc62dd5eb9f41c 100644
--- a/Source/WebCore/platform/graphics/win/GraphicsContextWin.cpp
+++ b/Source/WebCore/platform/graphics/win/GraphicsContextWin.cpp
@@ -28,8 +28,6 @@
#if USE(CG)
#include "GraphicsContextPlatformPrivateCG.h"
-#elif USE(CAIRO)
-#include "GraphicsContextPlatformPrivateCairo.h"
#endif
#include "AffineTransform.h"

Powered by Google App Engine
This is Rietveld 408576698