aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/SkLinearBitmapPipelineTest.cpp
diff options
context:
space:
mode:
authorGravatar herb <herb@google.com>2016-02-17 19:50:05 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-17 19:50:05 -0800
commitc5eddd7d8d67a6e931973a729c5868c155cb751f (patch)
tree256e9d303b3f25339c59cc260f4a36a163e578b0 /tests/SkLinearBitmapPipelineTest.cpp
parent576af8f0cc97f12f60eeea5c2434d079a62fd0db (diff)
Add bilerp filtering.
Diffstat (limited to 'tests/SkLinearBitmapPipelineTest.cpp')
-rw-r--r--tests/SkLinearBitmapPipelineTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SkLinearBitmapPipelineTest.cpp b/tests/SkLinearBitmapPipelineTest.cpp
index dbe0dee9b3..db1fc2ab70 100644
--- a/tests/SkLinearBitmapPipelineTest.cpp
+++ b/tests/SkLinearBitmapPipelineTest.cpp
@@ -41,7 +41,7 @@ DEF_TEST(SkBitmapFP, reporter) {
const SkImageInfo info =
SkImageInfo::MakeN32Premul(width, height, kLinear_SkColorProfileType);
- SkLinearBitmapPipeline pipeline{invert, SkShader::kClamp_TileMode,
+ SkLinearBitmapPipeline pipeline{invert, kNone_SkFilterQuality, SkShader::kClamp_TileMode,
SkShader::kClamp_TileMode, info, bitmap};
int count = 10;