| Index: chrome/browser/ui/cocoa/fullscreen/fullscreen_toolbar_animation_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/fullscreen/fullscreen_toolbar_animation_controller.h b/chrome/browser/ui/cocoa/fullscreen/fullscreen_toolbar_animation_controller.h
|
| index 764ee5cb5d1fa50db1f8a2e56146efdfc32eb5a4..64d613313133f016e53f9ce798f0ff5726c50e4c 100644
|
| --- a/chrome/browser/ui/cocoa/fullscreen/fullscreen_toolbar_animation_controller.h
|
| +++ b/chrome/browser/ui/cocoa/fullscreen/fullscreen_toolbar_animation_controller.h
|
| @@ -42,6 +42,9 @@ class FullscreenToolbarAnimationController : public gfx::AnimationDelegate {
|
| // Returns true if |animation_| is running.
|
| bool IsAnimationRunning() const;
|
|
|
| + // Only for testing. Sets the duration of |animation_|.
|
| + void SetAnimationDuration(CGFloat duration);
|
| +
|
| // gfx::AnimationDelegate:
|
| void AnimationProgressed(const gfx::Animation* animation) override;
|
| void AnimationEnded(const gfx::Animation* animation) override;
|
|
|