Commit c1ecca5c authored by Alan Cutter's avatar Alan Cutter Committed by Commit Bot

Add design doc link to SampledEffect::WillNeverChange()

Change-Id: I8616c8b57f7cd04475bd720760d5f71a1ba3b849
Reviewed-on: https://chromium-review.googlesource.com/874973Reviewed-by: default avatarEric Willigers <ericwilligers@chromium.org>
Reviewed-by: default avatarRobert Flack <flackr@chromium.org>
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#530413}
parent 532b521f
......@@ -16,6 +16,8 @@ void SampledEffect::Clear() {
interpolations_.clear();
}
// Design doc:
// https://docs.google.com/document/d/1NomOWRrGQHlynQGO64CgdqRPAAEHhi3fSa8sf0Ip6xE
bool SampledEffect::WillNeverChange() const {
return !effect_ || !effect_->GetAnimation();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment