aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleClock.cpp
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2016-06-13 11:30:10 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-13 11:30:10 -0700
commitf533f116e6324ee8592fbb49b8fca096c7fe926e (patch)
treee03e19c9051ceb190b531afe46401720f91274be /samplecode/SampleClock.cpp
parentf8f9c07c283a3204a38b4324c14597e644686428 (diff)
Revert of Add samples to Viewer. (patchset #4 id:60001 of https://codereview.chromium.org/2056343004/ )
Reason for revert: breaking on android compile Original issue's description: > Add samples to Viewer. > > This adds support with animation, assuming the sample has > implemented onAnimate. Event handling has not been > implemented. > > BUG=skia: > GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2056343004 > > Committed: https://skia.googlesource.com/skia/+/76963e73704a42a18c29d6fbdcccb566e5c67658 TBR=bsalomon@google.com,jvanverth@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review-Url: https://codereview.chromium.org/2063883002
Diffstat (limited to 'samplecode/SampleClock.cpp')
-rw-r--r--samplecode/SampleClock.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/samplecode/SampleClock.cpp b/samplecode/SampleClock.cpp
index ff3a5b1927..ae7462d1dc 100644
--- a/samplecode/SampleClock.cpp
+++ b/samplecode/SampleClock.cpp
@@ -215,10 +215,8 @@ protected:
#endif
canvas->restore();
- }
- bool onAnimate(const SkAnimTimer&) override {
- return true;
+ this->inval(nullptr);
}
private: