| Index: samplecode/SampleOvalTest.cpp
|
| diff --git a/samplecode/SampleOvalTest.cpp b/samplecode/SampleOvalTest.cpp
|
| index ef9c20d031dbcd14a532a10e76a08ed32209e390..b3ea88c3aeb589b9cb7a6099fc67a365141d6f31 100644
|
| --- a/samplecode/SampleOvalTest.cpp
|
| +++ b/samplecode/SampleOvalTest.cpp
|
| @@ -100,7 +100,7 @@ protected:
|
| }
|
| }
|
|
|
| - virtual SkView::Click* onFindClickHandler(SkScalar x, SkScalar y, unsigned) SK_OVERRIDE {
|
| + SkView::Click* onFindClickHandler(SkScalar x, SkScalar y, unsigned) SK_OVERRIDE {
|
| this->inval(NULL);
|
| return NULL;
|
| }
|
|
|