diff options
author | ajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-22 17:43:22 +0000 |
---|---|---|
committer | ajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-22 17:43:22 +0000 |
commit | 1f2cd1aed08b375eecb958f1caefdf8d461c3e15 (patch) | |
tree | 69b9cca653815e18bc90b73975e5432a1e794329 /ui | |
parent | 51d52e55353fdb28a45a13cb67698b9fa99e8926 (diff) | |
download | chromium_src-1f2cd1aed08b375eecb958f1caefdf8d461c3e15.zip chromium_src-1f2cd1aed08b375eecb958f1caefdf8d461c3e15.tar.gz chromium_src-1f2cd1aed08b375eecb958f1caefdf8d461c3e15.tar.bz2 |
Remove extra definition of LayerAnimationElement::duration
The non-const version of this has no reason to exist.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/12913025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195546 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/compositor/layer_animation_element.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/compositor/layer_animation_element.h b/ui/compositor/layer_animation_element.h index 6b6d920..17a4d0e 100644 --- a/ui/compositor/layer_animation_element.h +++ b/ui/compositor/layer_animation_element.h @@ -192,8 +192,6 @@ class COMPOSITOR_EXPORT LayerAnimationElement { base::TimeDelta duration() const { return duration_; } - base::TimeDelta duration() { return duration_; } - // Actually start the animation, dispatching to another thread if needed. virtual void RequestEffectiveStart(LayerAnimationDelegate* delegate); |