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

Unified Diff: chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h

Issue 307843002: Always set NSTexturedBackgroundWindowMask on app windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't re-declare drawCustomFrameRect Created 6 years, 7 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 | « no previous file | chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
diff --git a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
index 095e209fa399aba4c29ee46d53af928e75b445cb..fc9f119bcd4b03a3c3cb4c8d4f887e3381f42774 100644
--- a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
+++ b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
@@ -168,9 +168,7 @@ class NativeAppWindowCocoa : public apps::NativeAppWindow,
content::WebContents* WebContents() const;
// Returns the WindowStyleMask based on the type of window frame.
- // Specifically, this includes NSResizableWindowMask if the window is
- // resizable, and does not include NSTexturedBackgroundWindowMask when a
- // native frame is used.
+ // This includes NSResizableWindowMask if the window is resizable.
NSUInteger GetWindowStyleMask() const;
void InstallView();
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698