Chromium Code Reviews| Index: samplecode/SampleCode.h |
| diff --git a/samplecode/SampleCode.h b/samplecode/SampleCode.h |
| index 2dacc1fc7d7ecb5487695ecd3240eeea42d4eed3..afca4d2de8155e14b55c9a95662951b3da201b76 100644 |
| --- a/samplecode/SampleCode.h |
| +++ b/samplecode/SampleCode.h |
| @@ -129,6 +129,8 @@ public: |
| */ |
| virtual void requestMenu(SkOSMenu* menu) {} |
| + virtual void onTileSizeChanged(const SkSize& tileSize) {} |
| + |
| protected: |
| virtual void onDrawBackground(SkCanvas*); |
| virtual void onDrawContent(SkCanvas*) = 0; |