diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-10-17 17:34:20 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-10-17 17:34:20 +0000 |
commit | c2cc1dbe818c8a5a699fbe18c4fc79b9d93daa94 (patch) | |
tree | d9d5b8aa79d17c0a5683a70fd57f92e55de27ca2 /experimental/SimpleCocoaApp | |
parent | 4256d2494e80cb6c9a2db4157adc9b9daff028a6 (diff) |
Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - https://codereview.chromium.org/23484007) due to changes to the following GM images:
inverse_paths
pathopsinverse
git-svn-id: http://skia.googlecode.com/svn/trunk@11845 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/SimpleCocoaApp')
-rw-r--r-- | experimental/SimpleCocoaApp/SimpleApp.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/SimpleCocoaApp/SimpleApp.mm b/experimental/SimpleCocoaApp/SimpleApp.mm index 2156209798..7dac2a4fff 100644 --- a/experimental/SimpleCocoaApp/SimpleApp.mm +++ b/experimental/SimpleCocoaApp/SimpleApp.mm @@ -135,7 +135,7 @@ static int showPathContour(SkPath::Iter& iter) { } class PathCanvas : public SkCanvas { - virtual void onDrawPath(const SkPath& path, const SkPaint& paint) { + virtual void drawPath(const SkPath& path, const SkPaint& paint) { if (nameonly) { SkDebugf(" %s%d,\n", filename.c_str(), ++count); return; |