Disable r11835 (Replace cubic round rect corners with quads) due to performance regression

git-svn-id: http://skia.googlecode.com/svn/trunk@11841 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
robertphillips@google.com 2013-10-17 16:29:25 +00:00
parent e0d7277b59
commit 627f66283b

View File

@ -17,6 +17,8 @@
SK_DEFINE_INST_COUNT(SkPath);
#define SK_IGNORE_QUAD_RR_CORNERS_OPT 1
// This value is just made-up for now. When count is 4, calling memset was much
// slower than just writing the loop. This seems odd, and hopefully in the
// future this we appear to have been a fluke...