aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/GMSampleView.h
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/GMSampleView.h')
-rw-r--r--samplecode/GMSampleView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/GMSampleView.h b/samplecode/GMSampleView.h
index 5c7729a306..93bafca85c 100644
--- a/samplecode/GMSampleView.h
+++ b/samplecode/GMSampleView.h
@@ -42,7 +42,7 @@ protected:
}
return this->INHERITED::onQuery(evt);
}
-
+
virtual bool onEvent(const SkEvent& evt) SK_OVERRIDE {
if (evt.isType("GMSampleView::showSize")) {
fShowSize = SkToBool(evt.getFast32());