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
This commit is contained in:
robertphillips 2015-01-26 07:00:04 -08:00 committed by Commit bot
parent 87a6a8e18c
commit 0a482f4414

View File

@ -480,7 +480,7 @@ public:
void preroll() const { this->onPreroll(); }
SK_TO_STRING_PUREVIRT()
SK_TO_STRING_VIRT()
SK_DEFINE_FLATTENABLE_TYPE(SkShader)
protected: