aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DrawPathTest.cpp
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-27 17:53:52 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-27 17:53:52 +0000
commit42cb6c0247894b631976fd361d46be9260b27c3b (patch)
treeabba47af695898fda020495d744aa0bfec73c39e /tests/DrawPathTest.cpp
parent92e3f08c916cf8febb07d120afc63b8c33df1389 (diff)
add SkDeviceLooper to handle larger-than-fixedpoint
BUG= Review URL: https://codereview.chromium.org/23392006 git-svn-id: http://skia.googlecode.com/svn/trunk@10943 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/DrawPathTest.cpp')
-rw-r--r--tests/DrawPathTest.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/DrawPathTest.cpp b/tests/DrawPathTest.cpp
index f47b8c3636..9f440f6231 100644
--- a/tests/DrawPathTest.cpp
+++ b/tests/DrawPathTest.cpp
@@ -320,10 +320,7 @@ static void TestDrawPath(skiatest::Reporter* reporter) {
if (false) test_crbug131181();
test_infinite_dash(reporter);
test_crbug_165432(reporter);
-
- if (false) { // working on a fix
- test_big_aa_rect(reporter);
- }
+ test_big_aa_rect(reporter);
}
#include "TestClassDef.h"