Rename function in PathOpsExtendedTest which takes strings.
authorBen Wagner <bungeman@google.com>
Mon, 9 Jan 2017 20:54:34 +0000 (15:54 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 9 Jan 2017 21:43:34 +0000 (21:43 +0000)
commit561c1b07eff3263905b01d6dede359d08aa8f2f3
tree69aca3129dcfcc9c580855d3fa81840d9b52acef
parentf9436b8235620fd9baa5d341e37eedf9c306f68c
Rename function in PathOpsExtendedTest which takes strings.

A few methods in PathOpsExtendedTest were changed to write to SkStrings
instead of SkStreams. However, the names of these functions confusingly
still have "Stream" in their names. This CL is just a static function
rename and some small clean-up.

Change-Id: Idf21b2aba28a2f984ef30cb5c18e26a43a9c7201
Reviewed-on: https://skia-review.googlesource.com/6819
Reviewed-by: Cary Clark <caryclark@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
tests/PathOpsExtendedTest.cpp