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

Unified Diff: chrome/browser/ui/cocoa/full_size_content_window.h

Issue 1408033010: Fix for Exit Fullscreen Animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated comment Created 5 years, 1 month 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/full_size_content_window.h
diff --git a/chrome/browser/ui/cocoa/full_size_content_window.h b/chrome/browser/ui/cocoa/full_size_content_window.h
index 25bb91db9705aa7dd90386a44e987635d3e79c1f..4808e81b877b8799697c626f9750eb9bb3d7dfe7 100644
--- a/chrome/browser/ui/cocoa/full_size_content_window.h
+++ b/chrome/browser/ui/cocoa/full_size_content_window.h
@@ -38,7 +38,7 @@
// Forces the contentView to resize to the given size. This need to be forced
// because by default, the contentView will always have the same size as the
// window.
-- (void)forceContentViewSize:(NSSize)size;
+- (void)forceContentViewFrame:(NSRect)frame;
@end
« no previous file with comments | « chrome/browser/ui/cocoa/framed_browser_window.mm ('k') | chrome/browser/ui/cocoa/full_size_content_window.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698