Chromium Code Reviews| Index: samplecode/SampleCamera.cpp |
| diff --git a/samplecode/SampleCamera.cpp b/samplecode/SampleCamera.cpp |
| index c0d4f4f84eecca87754a3b9c4557a3f18fcbddb1..1f3b8c33fb44d46a60ae66097646834184e9ebf9 100644 |
| --- a/samplecode/SampleCamera.cpp |
| +++ b/samplecode/SampleCamera.cpp |
| @@ -89,7 +89,7 @@ protected: |
| } |
| } |
| - bool onAnimate(const SkAnimTimer& timer) SK_OVERRIDE { |
| + bool onAnimate(const SkAnimTimer& timer) override { |
| if (timer.isStopped()) { |
| fRY = 0; |
| } else { |