Fixed crash when RunInSeriesFP's color input is nil
authordvonbeck <dvonbeck@google.com>
Wed, 6 Jul 2016 19:00:06 +0000 (12:00 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 6 Jul 2016 19:00:06 +0000 (12:00 -0700)
commitca9eeab0eaa32fc8f61be9003fafc3fe1afe78e4
tree6111bd7a8c2edf63361b4827b4004bda16cb9e4a
parent61457a6b80397256cbe24fa8927d6ed296cb5824
Fixed crash when RunInSeriesFP's color input is nil

SeriesFragmentProcessor would call emitChild with "" input color as opposed to nil input color when ginven a nil input color.

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

Review-Url: https://codereview.chromium.org/2106893003
src/gpu/GrFragmentProcessor.cpp