Chromium Code Reviews| Index: gm/clip_strokerect.cpp |
| diff --git a/gm/clip_strokerect.cpp b/gm/clip_strokerect.cpp |
| index 707229214a004c642c2f1a765db8c2669654689d..da79ed828b65d449a0aa1995ec2633f2ab6d6bb4 100644 |
| --- a/gm/clip_strokerect.cpp |
| +++ b/gm/clip_strokerect.cpp |
| @@ -63,7 +63,7 @@ protected: |
| canvas->drawRect(rect2, p); |
| } |
| - virtual uint32_t onGetFlags() const { return kSkipPipe_Flag; } |
| + virtual uint32_t onGetFlags() const SK_OVERRIDE { return kSkipPipe_Flag; } |
| private: |
| typedef skiagm::GM INHERITED; |