From 0a482f44141ee101bdd59b0a607c193c7c0446b7 Mon Sep 17 00:00:00 2001 From: robertphillips Date: Mon, 26 Jan 2015 07:00:04 -0800 Subject: 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 --- include/core/SkShader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3