aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/GMSampleView.h
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/GMSampleView.h')
-rw-r--r--samplecode/GMSampleView.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/samplecode/GMSampleView.h b/samplecode/GMSampleView.h
index c781cd0b86..a03628e05b 100644
--- a/samplecode/GMSampleView.h
+++ b/samplecode/GMSampleView.h
@@ -70,6 +70,10 @@ protected:
fGM->drawBackground(canvas);
}
+ bool onAnimatePulse(SkMSec curr, SkMSec prev) SK_OVERRIDE {
+ return fGM->animatePulse(curr, prev);
+ }
+
private:
GM* fGM;
typedef SampleView INHERITED;