From 41964ed46e241c95cd6c91ac99271c2a232f1b65 Mon Sep 17 00:00:00 2001 From: Jim Van Verth Date: Wed, 28 Mar 2018 10:10:30 -0400 Subject: Rename SkInsetConvexPolygon to SkOffsetPolygon. Prep for adding new offset routines. Change-Id: I261c22d9998e5ae4567b697c5f20a31f20777ac1 Reviewed-on: https://skia-review.googlesource.com/116800 Reviewed-by: Robert Phillips Commit-Queue: Jim Van Verth --- tests/InsetConvexPolyTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/InsetConvexPolyTest.cpp') diff --git a/tests/InsetConvexPolyTest.cpp b/tests/InsetConvexPolyTest.cpp index 9c1349c8ec..433cf239e6 100644 --- a/tests/InsetConvexPolyTest.cpp +++ b/tests/InsetConvexPolyTest.cpp @@ -5,7 +5,7 @@ * found in the LICENSE file. */ #include "Test.h" -#include "SkInsetConvexPolygon.h" +#include "SkOffsetPolygon.h" static bool is_convex(const SkTDArray& poly) { if (poly.count() < 3) { -- cgit v1.2.3