Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1630)

Unified Diff: chrome/browser/ui/cocoa/fullscreen_mode_controller.mm

Issue 469003006: Remove --disable-core-animation flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@erikchen_patch
Patch Set: Rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/cocoa/find_bar/find_bar_view.mm ('k') | chrome/browser/ui/cocoa/nsview_additions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/ui/cocoa/find_bar/find_bar_view.mm ('k') | chrome/browser/ui/cocoa/nsview_additions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698