diff options
Diffstat (limited to 'samplecode/SamplePathFuzz.cpp')
| -rw-r--r-- | samplecode/SamplePathFuzz.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SamplePathFuzz.cpp b/samplecode/SamplePathFuzz.cpp index d14d918200..f2595c59ea 100644 --- a/samplecode/SamplePathFuzz.cpp +++ b/samplecode/SamplePathFuzz.cpp @@ -671,7 +671,7 @@ protected: return this->INHERITED::onQuery(evt); } - void onOnceBeforeDraw() SK_OVERRIDE { + void onOnceBeforeDraw() override { fIndex = 0; SkImageInfo info(SkImageInfo::MakeN32Premul(SkScalarRoundToInt(width()), SkScalarRoundToInt(height()))); |
