aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleOvalTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/SampleOvalTest.cpp')
-rw-r--r--samplecode/SampleOvalTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SampleOvalTest.cpp b/samplecode/SampleOvalTest.cpp
index 5acf568e7b..a105b82801 100644
--- a/samplecode/SampleOvalTest.cpp
+++ b/samplecode/SampleOvalTest.cpp
@@ -101,7 +101,7 @@ protected:
}
}
- virtual SkView::Click* onFindClickHandler(SkScalar x, SkScalar y) {
+ virtual SkView::Click* onFindClickHandler(SkScalar x, SkScalar y, unsigned) SK_OVERRIDE {
this->inval(NULL);
return NULL;
}