aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Herb Derby <herb@google.com>2017-04-19 15:09:48 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-19 20:36:15 +0000
commitecc364c42691f24b41a672de1636b3a5f181160a (patch)
tree0cdf5ad810cc3b83d353ac72ae97d43130eb54ae /gn
parent66f2332b1e34610cb78d0ced9740e3455521c4fb (diff)
Remove SkOpTAllocator
Have the callsites of SkOpTAllocator call SkArenaAlloc directly. Bug: skia: Change-Id: Ic54e92c3e9a0abed038aa3ae40e8a195895af99d Reviewed-on: https://skia-review.googlesource.com/13870 Reviewed-by: Cary Clark <caryclark@google.com> Commit-Queue: Herb Derby <herb@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/core.gni1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/core.gni b/gn/core.gni
index 3a5a4edf07..797a350286 100644
--- a/gn/core.gni
+++ b/gn/core.gni
@@ -525,7 +525,6 @@ skia_core_sources = [
"$_src/pathops/SkOpEdgeBuilder.h",
"$_src/pathops/SkOpSegment.h",
"$_src/pathops/SkOpSpan.h",
- "$_src/pathops/SkOpTAllocator.h",
"$_src/pathops/SkPathOpsBounds.h",
"$_src/pathops/SkPathOpsCommon.h",
"$_src/pathops/SkPathOpsConic.h",