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

Unified Diff: sky/engine/platform/graphics/GraphicsTypes.h

Issue 1013463003: Update from https://crrev.com/320931 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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
Index: sky/engine/platform/graphics/GraphicsTypes.h
diff --git a/sky/engine/platform/graphics/GraphicsTypes.h b/sky/engine/platform/graphics/GraphicsTypes.h
index b155f457c59872676bde9017072c9ce47f09f26e..7d2ae223d0e5e98a1fa4c2b712b4a5eb64a40ba0 100644
--- a/sky/engine/platform/graphics/GraphicsTypes.h
+++ b/sky/engine/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
« no previous file with comments | « sky/engine/platform/graphics/GraphicsContextState.cpp ('k') | sky/engine/platform/graphics/filters/SkiaImageFilterBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698