aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkDevice.cpp')
-rw-r--r--src/core/SkDevice.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/SkDevice.cpp b/src/core/SkDevice.cpp
index 860e45b0ed..1865212e6e 100644
--- a/src/core/SkDevice.cpp
+++ b/src/core/SkDevice.cpp
@@ -365,11 +365,6 @@ bool SkDevice::filterTextFlags(const SkPaint& paint, TextFlags* flags) {
}
if (SkBitmap::kARGB_8888_Config != fBitmap.config() ||
-#ifndef SK_ENABLE_FAST_SHADERMASK
- paint.getShader() ||
- paint.getMaskFilter() ||
- paint.getColorFilter() ||
-#endif
paint.getRasterizer() ||
paint.getPathEffect() ||
paint.isFakeBoldText() ||