Index: samplecode/GMSampleView.h |
diff --git a/samplecode/GMSampleView.h b/samplecode/GMSampleView.h |
index 40d11abce46122c4601973b5b6184a981aef74db..c781cd0b8669de34fb86ef9a78cdad8185d535ec 100644 |
--- a/samplecode/GMSampleView.h |
+++ b/samplecode/GMSampleView.h |
@@ -43,7 +43,7 @@ protected: |
return this->INHERITED::onQuery(evt); |
} |
- virtual bool onEvent(const SkEvent& evt) SK_OVERRIDE { |
+ bool onEvent(const SkEvent& evt) SK_OVERRIDE { |
if (evt.isType("GMSampleView::showSize")) { |
fShowSize = SkToBool(evt.getFast32()); |
return true; |