From 0e354aacd84d3bede3f97cbde35a54ba62a89533 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Mon, 8 Oct 2012 20:44:25 +0000 Subject: Remove external matrix feature. We haven't been testing this for nearly two years. R=reed@google.com Review URL: https://codereview.appspot.com/6640044 git-svn-id: http://skia.googlecode.com/svn/trunk@5857 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/CanvasTest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/CanvasTest.cpp b/tests/CanvasTest.cpp index ca213f29fc..657045081a 100644 --- a/tests/CanvasTest.cpp +++ b/tests/CanvasTest.cpp @@ -319,7 +319,6 @@ SIMPLE_TEST_STEP(DrawTextOnPath, drawTextOnPath(kTestText.c_str(), kTestText.size(), kTestPath, NULL, kTestPaint)); SIMPLE_TEST_STEP(DrawTextOnPathMatrix, drawTextOnPath(kTestText.c_str(), kTestText.size(), kTestPath, &kTestMatrix, kTestPaint)); -SIMPLE_TEST_STEP(SetExternalMatrix, setExternalMatrix(&kTestMatrix)); SIMPLE_TEST_STEP(DrawData, drawData(kTestText.c_str(), kTestText.size())); /////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3