Work around broken std::unique_ptr<const T[]> constructor from std::unique_ptr<T...
authorBrian Salomon <bsalomon@google.com>
Mon, 6 Feb 2017 19:11:51 +0000 (14:11 -0500)
committerBrian Salomon <bsalomon@google.com>
Mon, 6 Feb 2017 19:59:02 +0000 (19:59 +0000)
commit604c9890cc55a150591ae52fe0c34e759d6a5ebb
treec67cf791b82785f6df467a4d19b2e85330ed08de
parent8a945603e44d8a9fdb2004231c76a41a22f9b6ff
Work around broken std::unique_ptr<const T[]> constructor from std::unique_ptr<T>&& in older libstdc++.

Change-Id: Ie4190800369515168203ff98b3e3fe0e2d790f1a
Reviewed-on: https://skia-review.googlesource.com/8072
Reviewed-by: Robert Phillips <robertphillips@google.com>
gm/vertices.cpp
src/gpu/ops/GrDrawVerticesOp.cpp