Work around GCC 4.6 issue with constructing unique_ptr<const T[]> from a T*.
authorBrian Salomon <bsalomon@google.com>
Tue, 31 Jan 2017 16:26:26 +0000 (11:26 -0500)
committerHal Canary <halcanary@google.com>
Tue, 31 Jan 2017 16:42:16 +0000 (16:42 +0000)
commit1a8b79a79e8aa6d4723588fd1125cb3b08886af8
treec0b23280f5c59a54fdc0e7ef2d010dd3616a4277
parent10d36c54559586a2776c49d540ece409b4294e8d
Work around GCC 4.6 issue with constructing unique_ptr<const T[]> from a T*.

Change-Id: I74f309f56e5042ad58c7e959d5bc434de1446efa
Reviewed-on: https://skia-review.googlesource.com/7793
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
src/utils/SkShadowTessellator.cpp