summaryrefslogtreecommitdiffstats
path: root/chrome/common/slide_animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/slide_animation.h')
-rw-r--r--chrome/common/slide_animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/slide_animation.h b/chrome/common/slide_animation.h
index d998e6c..f690e48 100644
--- a/chrome/common/slide_animation.h
+++ b/chrome/common/slide_animation.h
@@ -73,7 +73,7 @@ class SlideAnimation : public Animation {
void SetTweenType(TweenType tween_type) { tween_type_ = tween_type; }
double GetCurrentValue() const { return value_current_; }
- bool IsShowing() const { return showing_; }
+ bool IsShowing() { return showing_; }
private:
// Overridden from Animation.