Index: Source/platform/graphics/GraphicsContextState.cpp |
diff --git a/Source/platform/graphics/GraphicsContextState.cpp b/Source/platform/graphics/GraphicsContextState.cpp |
index d4af47aaa6750f3fe7270a36425103ae46c706bc..abd3c18b857957a6a1516bf2552a880d9ca87506 100644 |
--- a/Source/platform/graphics/GraphicsContextState.cpp |
+++ b/Source/platform/graphics/GraphicsContextState.cpp |
@@ -15,11 +15,7 @@ GraphicsContextState::GraphicsContextState() |
, m_xferMode(nullptr) |
, m_compositeOperator(CompositeSourceOver) |
, m_blendMode(blink::WebBlendModeNormal) |
-#if USE(LOW_QUALITY_IMAGE_INTERPOLATION) |
- , m_interpolationQuality(InterpolationLow) |
-#else |
- , m_interpolationQuality(InterpolationHigh) |
-#endif |
+ , m_interpolationQuality(InterpolationDefault) |
, m_saveCount(0) |
, m_shouldAntialias(true) |
, m_shouldSmoothFonts(true) |