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

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

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
« no previous file with comments | « Source/WebCore/platform/graphics/Gradient.h ('k') | Source/WebCore/platform/graphics/LayoutPoint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/ImageBufferData.h
diff --git a/Source/WebCore/platform/graphics/ImageBufferData.h b/Source/WebCore/platform/graphics/ImageBufferData.h
index 7028c9fe75e4f6d7acba341c94bdb84c60a6d3ba..ea84d47cf11459df82ead3e21ed776670ed1d933 100644
--- a/Source/WebCore/platform/graphics/ImageBufferData.h
+++ b/Source/WebCore/platform/graphics/ImageBufferData.h
@@ -25,8 +25,6 @@
#if USE(CG)
#include "ImageBufferDataCG.h"
-#elif PLATFORM(QT)
-#include "ImageBufferDataQt.h"
#elif USE(SKIA)
#include "ImageBufferDataSkia.h"
#elif OS(WINCE)
« no previous file with comments | « Source/WebCore/platform/graphics/Gradient.h ('k') | Source/WebCore/platform/graphics/LayoutPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698