| Index: samplecode/SampleLines.cpp
|
| diff --git a/samplecode/SampleLines.cpp b/samplecode/SampleLines.cpp
|
| index c2509bc61edaf1f2f635e2ed6af0a19bffcd9a44..4b491a516fb7b9b85400082a828a30657385a732 100644
|
| --- a/samplecode/SampleLines.cpp
|
| +++ b/samplecode/SampleLines.cpp
|
| @@ -96,7 +96,7 @@ protected:
|
| canvas->drawLine(x, y, x + SkIntToScalar(90), y + SkIntToScalar(90), paint);
|
| }
|
|
|
| - SkView::Click* onFindClickHandler(SkScalar x, SkScalar y, unsigned) SK_OVERRIDE {
|
| + SkView::Click* onFindClickHandler(SkScalar x, SkScalar y, unsigned) override {
|
| fAlpha = SkScalarRoundToInt(y);
|
| this->inval(NULL);
|
| return NULL;
|
|
|