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

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

Issue 1276383004: Implemented fullscreen exit animation with AppKit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed extra include 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/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 1c8d44d776b01f47a9f246c0c5f87ca6d41568f8..25bb91db9705aa7dd90386a44e987635d3e79c1f 100644
--- a/chrome/browser/ui/cocoa/full_size_content_window.h
+++ b/chrome/browser/ui/cocoa/full_size_content_window.h
@@ -35,6 +35,11 @@
defer:(BOOL)deferCreation
wantsViewsOverTitlebar:(BOOL)wantsViewsOverTitlebar;
+// 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;
+
@end
#endif // CHROME_BROWSER_UI_COCOA_FULL_SIZE_CONTENT_WINDOW_H_
« 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