+2015-07-19 Tim Horton <timothy_horton@apple.com>
+
+ Make shrink-wrapping test a ref-test instead of pixel-test
+ https://bugs.webkit.org/show_bug.cgi?id=147081
+
+ Reviewed by Sam Weinig.
+
+ Nobody runs pixel tests.
+
+ * svg/SVGPathUtilities.cpp:
+ (WebCore::pathIteratorForBuildingString):
+ (WebCore::buildStringFromPath):
+ * svg/SVGPathUtilities.h:
+ Add a helper that turns a Path into a SVG path string.
+
+ * testing/Internals.cpp:
+ (WebCore::Internals::pathStringWithShrinkWrappedRects):
+ * testing/Internals.h:
+ * testing/Internals.idl:
+ Have the internals shrink-wrap method return an SVG path instead of a DOMPath.
+
2015-07-19 David Kilzer <ddkilzer@apple.com>
REGRESSION (r187008): CGPathCreateMutableCopyByTransformingPath() is not available on Windows