aboutsummaryrefslogtreecommitdiff
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 ef9c20d031..b3ea88c3ae 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;
}