aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-01-26 07:00:04 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-26 07:00:05 -0800
commit0a482f44141ee101bdd59b0a607c193c7c0446b7 (patch)
tree7d5060185c35d4237c8fe0452c2fb603691eb61e
parent87a6a8e18c7d5bbc94f478b44c53dc0e0549f927 (diff)
Fix Chrome build
Switch SkShader's toString method to not be pure virtual due to derived classes in Chromium TBR=bsalomon@google.com NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/875043002
-rw-r--r--include/core/SkShader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkShader.h b/include/core/SkShader.h
index 10f4afad0b..1ae531e2e5 100644
--- a/include/core/SkShader.h
+++ b/include/core/SkShader.h
@@ -480,7 +480,7 @@ public:
void preroll() const { this->onPreroll(); }
- SK_TO_STRING_PUREVIRT()
+ SK_TO_STRING_VIRT()
SK_DEFINE_FLATTENABLE_TYPE(SkShader)
protected: