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

Unified Diff: Source/WebCore/platform/graphics/cg/IntRectCG.cpp

Issue 13529026: Removing a bunch of unused platform code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix whitespace and compiler error on Mac. 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/cg/IntRectCG.cpp
diff --git a/Source/WebCore/platform/graphics/cg/IntRectCG.cpp b/Source/WebCore/platform/graphics/cg/IntRectCG.cpp
index f757497a535783722d50eff19cf23860a5f68d0c..e224fe324b6d654fa35c2cbcc8c7501510bc08a9 100644
--- a/Source/WebCore/platform/graphics/cg/IntRectCG.cpp
+++ b/Source/WebCore/platform/graphics/cg/IntRectCG.cpp
@@ -26,7 +26,7 @@
#include "config.h"
#include "IntRect.h"
-#if USE(CG) || USE(SKIA_ON_MAC_CHROMIUM) || (PLATFORM(QT) && USE(QTKIT))
+#if USE(CG) || USE(SKIA_ON_MAC_CHROMIUM)
#include <ApplicationServices/ApplicationServices.h>
« no previous file with comments | « Source/WebCore/platform/graphics/cg/FloatSizeCG.cpp ('k') | Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698