summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/graphics/ImageBufferData.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/ImageBufferData.h')
-rw-r--r--Source/WebCore/platform/graphics/ImageBufferData.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/Source/WebCore/platform/graphics/ImageBufferData.h b/Source/WebCore/platform/graphics/ImageBufferData.h
index bacd24a0a..0f59e0273 100644
--- a/Source/WebCore/platform/graphics/ImageBufferData.h
+++ b/Source/WebCore/platform/graphics/ImageBufferData.h
@@ -29,10 +29,8 @@
#include "ImageBufferDataCairo.h"
#elif PLATFORM(QT)
#include "ImageBufferDataQt.h"
-#elif USE(SKIA)
-#include "ImageBufferDataSkia.h"
-#elif OS(WINCE)
+#elif USE(WINGDI)
#include "ImageBufferDataWince.h"
-#elif PLATFORM(WX)
-#include "ImageBufferDataWx.h"
+#elif PLATFORM(BLACKBERRY)
+#include "ImageBufferDataBlackBerry.h"
#endif