Index: samplecode/SamplePathFuzz.cpp |
diff --git a/samplecode/SamplePathFuzz.cpp b/samplecode/SamplePathFuzz.cpp |
index d14d918200689c0df84a3f0a767202c0a3e60d6e..f2595c59ea2b3ff817fe1a3d156168f30065b9f4 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()))); |