| Index: src/core/SkPaint.cpp
|
| diff --git a/src/core/SkPaint.cpp b/src/core/SkPaint.cpp
|
| index f1d5ab6468084b9fbd71a4b379da1d3836ed4505..6564ccb42d6e402b80553617e1b2fcee84cb7bde 100644
|
| --- a/src/core/SkPaint.cpp
|
| +++ b/src/core/SkPaint.cpp
|
| @@ -171,8 +171,8 @@ void SkPaint::reset() {
|
| *this = init;
|
| }
|
|
|
| -void SkPaint::setFilterLevel(FilterLevel level) {
|
| - fBitfields.fFilterLevel = level;
|
| +void SkPaint::setFilterQuality(SkFilterQuality quality) {
|
| + fBitfields.fFilterQuality = quality;
|
| }
|
|
|
| void SkPaint::setHinting(Hinting hintingLevel) {
|
|
|