| Index: bench/SKPAnimationBench.h
|
| diff --git a/bench/SKPAnimationBench.h b/bench/SKPAnimationBench.h
|
| index c0bef308ec2e74c452580d3f7f22423f18016282..b5678d45cca240922ce6016c88d792504dd66d42 100644
|
| --- a/bench/SKPAnimationBench.h
|
| +++ b/bench/SKPAnimationBench.h
|
| @@ -37,7 +37,8 @@ protected:
|
| void drawMPDPicture() override {
|
| SkFAIL("MPD not supported\n");
|
| }
|
| - void drawPicture() override;
|
| + void drawPicture(SkCanvas*) override;
|
| + void drawPictureTiled() override;
|
|
|
| private:
|
| SkAutoTUnref<Animation> fAnimation;
|
|
|