Fix up flags to SkGpuBlurUtils::GaussianBlur
authorrobertphillips <robertphillips@google.com>
Mon, 27 Jun 2016 18:11:05 +0000 (11:11 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 27 Jun 2016 18:11:05 +0000 (11:11 -0700)
commit8bad3acce52a24fb99d3201a0cefa54eacf9ee57
treec06e8ea3441cdd22f97930baa455a49d8948b0eb
parentdb7979a24c4db3a287f435144db7a3276df6ba38
Fix up flags to SkGpuBlurUtils::GaussianBlur

This fixes a bug introduced in: https://codereview.chromium.org/1961953002/ (Reland of Simplify SkGpuBlurUtils::GaussianBlur method)

Although the 'canOverwriteSrc' flag is/was being used I still believe we're better off re-adding it after the mask-blur refactoring finishes.

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2100873002

Review-Url: https://codereview.chromium.org/2100873002
include/core/SkMaskFilter.h
src/core/SkMaskFilter.cpp
src/effects/SkBlurMaskFilter.cpp
src/gpu/GrBlurUtils.cpp