Index: chrome/browser/ui/cocoa/fullscreen_mode_controller.mm |
diff --git a/chrome/browser/ui/cocoa/fullscreen_mode_controller.mm b/chrome/browser/ui/cocoa/fullscreen_mode_controller.mm |
index c4043511a433dce710d387b1b1811d44dc9cba74..a897359bd57ff2d1fd3be0a15bba85854e546df1 100644 |
--- a/chrome/browser/ui/cocoa/fullscreen_mode_controller.mm |
+++ b/chrome/browser/ui/cocoa/fullscreen_mode_controller.mm |
@@ -139,10 +139,6 @@ const CGFloat kTrackingAreaMaxYEpsilon = 15; |
destinationState_ = state; |
- // Turn on fast resize mode to ensure a smooth web contents animation. |
- // TODO(rsesek): This makes the animation jump at the end. |
- [[controller_ tabContentArea] setFastResizeMode:YES]; |
- |
animation_.reset([[FullscreenModeDropDownAnimation alloc] |
initWithFullscreenModeController:self]); |
[animation_ startAnimation]; |
@@ -172,8 +168,6 @@ const CGFloat kTrackingAreaMaxYEpsilon = 15; |
[animation_ setDelegate:nil]; |
animation_.reset(); |
- |
- [[controller_ tabContentArea] setFastResizeMode:NO]; |
} |
@end |