aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
authorGravatar rileya@google.com <rileya@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-10 20:05:23 +0000
committerGravatar rileya@google.com <rileya@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-10 20:05:23 +0000
commit6219728eec0819a2a28b4439d8553a70b9c232f6 (patch)
treea27aead02c0c1d096f78859041d94b1754e0d76b /gm
parenta4091ba864207fc3750bbd722edbdd8a94230b0e (diff)
Added pdf implementation of conical gradient.
Also fixed an erroneous comment in the gpu implementation. Review URL: https://codereview.appspot.com/6351076 git-svn-id: http://skia.googlecode.com/svn/trunk@4520 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm')
-rw-r--r--gm/twopointradial.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/gm/twopointradial.cpp b/gm/twopointradial.cpp
index 221c713b30..2d508145c8 100644
--- a/gm/twopointradial.cpp
+++ b/gm/twopointradial.cpp
@@ -62,9 +62,6 @@ protected:
SkISize onISize() { return skiagm::make_isize(480, 780); }
- // BUG: PDF code (at least on mac) fails when we run this
- virtual uint32_t onGetFlags() const SK_OVERRIDE { return kSkipPDF_Flag; }
-
virtual void onDraw(SkCanvas* canvas) {
if (false) {
SkPaint paint;