From 4225b3220ef4bf50f0d9403f812ea94d50c4ee59 Mon Sep 17 00:00:00 2001 From: Herb Derby Date: Wed, 9 May 2018 16:36:11 -0400 Subject: Have draw(Text|PosText|PosTextH) use a single entry on the device Handle the positioning of drawText at the canvas layer. Simplify the code by removing similar implementations. Change-Id: I8b711783435072f560e29fca1dd934fa2e345ed2 Reviewed-on: https://skia-review.googlesource.com/127131 Reviewed-by: Ben Wagner Commit-Queue: Herb Derby --- gn/tests.gni | 1 + 1 file changed, 1 insertion(+) (limited to 'gn/tests.gni') diff --git a/gn/tests.gni b/gn/tests.gni index a67b4f4e34..2655834d7b 100644 --- a/gn/tests.gni +++ b/gn/tests.gni @@ -85,6 +85,7 @@ tests_sources = [ "$_tests/GeometryTest.cpp", "$_tests/GifTest.cpp", "$_tests/GLProgramsTest.cpp", + "$_tests/GlyphRunTest.cpp", "$_tests/GpuDrawPathTest.cpp", "$_tests/GpuLayerCacheTest.cpp", "$_tests/GpuRectanizerTest.cpp", -- cgit v1.2.3