diff options
Diffstat (limited to 'WebCore/platform/graphics/GraphicsContext.h')
-rw-r--r-- | WebCore/platform/graphics/GraphicsContext.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/platform/graphics/GraphicsContext.h b/WebCore/platform/graphics/GraphicsContext.h index 7863b95..fd3bf2c 100644 --- a/WebCore/platform/graphics/GraphicsContext.h +++ b/WebCore/platform/graphics/GraphicsContext.h @@ -108,12 +108,6 @@ typedef unsigned char UInt8; #endif #endif -#if PLATFORM(CHROMIUM) -#define CanvasInterpolationQuality InterpolationMedium -#else -#define CanvasInterpolationQuality InterpolationDefault -#endif - #if PLATFORM(QT) && defined(Q_WS_WIN) #include <windows.h> #endif |