remove SkMemoryWStream -- unused externally
authorMike Reed <reed@google.com>
Sat, 7 Jan 2017 16:16:28 +0000 (11:16 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Sun, 8 Jan 2017 03:06:06 +0000 (03:06 +0000)
commitff80c2ab305a25434d17fbcbec02b20d69b05227
tree0d0a1beaac4c14b85419d330b17078a0c870a2ba
parent1523dbdd7211561957eec466c87af84f1f2bf5c5
remove SkMemoryWStream -- unused externally

BUG=skia:

Change-Id: Idbc9af4e703238871f56f623cd616fb7a5e686d3
Reviewed-on: https://skia-review.googlesource.com/6727
Reviewed-by: Cary Clark <caryclark@google.com>
Commit-Queue: Mike Reed <reed@google.com>
15 files changed:
include/core/SkStream.h
src/core/SkStream.cpp
tests/PathOpsExtendedTest.cpp
tests/PathOpsExtendedTest.h
tests/PathOpsOpCircleThreadedTest.cpp
tests/PathOpsOpCubicThreadedTest.cpp
tests/PathOpsOpLoopThreadedTest.cpp
tests/PathOpsOpRectThreadedTest.cpp
tests/PathOpsSimplifyDegenerateThreadedTest.cpp
tests/PathOpsSimplifyQuadThreadedTest.cpp
tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp
tests/PathOpsSimplifyRectThreadedTest.cpp
tests/PathOpsSimplifyTrianglesThreadedTest.cpp
tests/PathOpsThreadedCommon.h
tests/StreamTest.cpp