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:
parent
e0d7277b59
commit
627f66283b
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user