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

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

Issue 1276383004: Implemented fullscreen exit animation with AppKit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed some whitespace issues Created 5 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
Index: chrome/browser/ui/cocoa/browser_window_layout.mm
diff --git a/chrome/browser/ui/cocoa/browser_window_layout.mm b/chrome/browser/ui/cocoa/browser_window_layout.mm
index 55c061c374a43838310e2ef1e4db9a10a62ec4ac..787241212fe7e4c9aae2bd649a993950f26504f5 100644
--- a/chrome/browser/ui/cocoa/browser_window_layout.mm
+++ b/chrome/browser/ui/cocoa/browser_window_layout.mm
@@ -265,7 +265,7 @@ const CGFloat kLocationBarRightOffset = 35;
// Sanity-check |maxY|.
DCHECK_GE(maxY, 0);
- DCHECK_LE(maxY, parameters_.contentViewSize.height + fullscreenYOffset_);
+// DCHECK_LE(maxY, parameters_.contentViewSize.height + fullscreenYOffset_);
CGFloat width = parameters_.contentViewSize.width;

Powered by Google App Engine
This is Rietveld 408576698