Index: chrome/common/slide_animation.h |
=================================================================== |
--- chrome/common/slide_animation.h (revision 9328) |
+++ chrome/common/slide_animation.h (working copy) |
@@ -73,7 +73,7 @@ |
void SetTweenType(TweenType tween_type) { tween_type_ = tween_type; } |
double GetCurrentValue() const { return value_current_; } |
- bool IsShowing() { return showing_; } |
+ bool IsShowing() const { return showing_; } |
private: |
// Overridden from Animation. |