diff options
author | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 22:07:09 +0000 |
---|---|---|
committer | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 22:07:09 +0000 |
commit | 6ecc60e234224d61cb6a5157ebbc65448e66b716 (patch) | |
tree | 2cac2b706a1ea69febdc4060d5f25f54eee4a0ae /chrome/common/slide_animation.h | |
parent | 4f425554e926abb988a4949f8e93e1b0ddd1bc5f (diff) | |
download | chromium_src-6ecc60e234224d61cb6a5157ebbc65448e66b716.zip chromium_src-6ecc60e234224d61cb6a5157ebbc65448e66b716.tar.gz chromium_src-6ecc60e234224d61cb6a5157ebbc65448e66b716.tar.bz2 |
Reverting 9493.
Review URL: http://codereview.chromium.org/21231
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9517 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/slide_animation.h')
-rw-r--r-- | chrome/common/slide_animation.h | 2 |
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. |