aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/InsetConvexPolyTest.cpp
diff options
context:
space:
mode:
authorGravatar Jim Van Verth <jvanverth@google.com>2018-03-28 10:10:30 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-28 14:49:14 +0000
commit41964ed46e241c95cd6c91ac99271c2a232f1b65 (patch)
tree208c9df7a662f6064dd290bd39ad1fc734cfd28b /tests/InsetConvexPolyTest.cpp
parent3a9710b1e40f327779dae18f71c81c7fb3aa3ee0 (diff)
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 <robertphillips@google.com> Commit-Queue: Jim Van Verth <jvanverth@google.com>
Diffstat (limited to 'tests/InsetConvexPolyTest.cpp')
-rw-r--r--tests/InsetConvexPolyTest.cpp2
1 files changed, 1 insertions, 1 deletions
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<SkPoint>& poly) {
if (poly.count() < 3) {