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:
parent
87a6a8e18c
commit
0a482f4414
@ -480,7 +480,7 @@ public:
|
||||
|
||||
void preroll() const { this->onPreroll(); }
|
||||
|
||||
SK_TO_STRING_PUREVIRT()
|
||||
SK_TO_STRING_VIRT()
|
||||
SK_DEFINE_FLATTENABLE_TYPE(SkShader)
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user