Index: Source/platform/graphics/GraphicsTypes.h |
diff --git a/Source/platform/graphics/GraphicsTypes.h b/Source/platform/graphics/GraphicsTypes.h |
index 0cbf89226f4452e5620c94e05cac09882b43cbf0..d2a07eb4be0130b17ce6feba85144172e3ca4672 100644 |
--- a/Source/platform/graphics/GraphicsTypes.h |
+++ b/Source/platform/graphics/GraphicsTypes.h |
@@ -44,10 +44,10 @@ enum StrokeStyle { |
}; |
enum InterpolationQuality { |
- InterpolationNone = SkPaint::kNone_FilterLevel, |
- InterpolationLow = SkPaint::kLow_FilterLevel, |
- InterpolationMedium = SkPaint::kMedium_FilterLevel, |
- InterpolationHigh = SkPaint::kHigh_FilterLevel, |
+ InterpolationNone = kNone_SkFilterQuality, |
+ InterpolationLow = kLow_SkFilterQuality, |
+ InterpolationMedium = kMedium_SkFilterQuality, |
+ InterpolationHigh = kHigh_SkFilterQuality, |
#if USE(LOW_QUALITY_IMAGE_INTERPOLATION) |
InterpolationDefault = InterpolationLow, |
#else |