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

Unified Diff: content/app/mac/mac_init.mm

Issue 2137453003: mac: Remove IsOSMavericksOrLater() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cfallocator_1012
Patch Set: rebase Created 4 years, 5 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/platform_util_mac.mm ('k') | content/browser/web_contents/web_contents_view_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/mac/mac_init.mm
diff --git a/content/app/mac/mac_init.mm b/content/app/mac/mac_init.mm
index eea835a02a321e769a7ac500b1e647bf573d9dbf..bd11bf49a317d1950d1c25f4793fd0369a6857c0 100644
--- a/content/app/mac/mac_init.mm
+++ b/content/app/mac/mac_init.mm
@@ -6,8 +6,6 @@
#import <Cocoa/Cocoa.h>
-#include "base/mac/mac_util.h"
-
namespace content {
void InitializeMac() {
@@ -27,7 +25,7 @@ void InitializeMac() {
// in the window server, which is the default when not not using the
// 10.9 SDK.
// TODO: Remove this when we build with the 10.9 SDK.
- @"NSWindowHostsLayersInWindowServer": @(base::mac::IsOSMavericksOrLater())
+ @"NSWindowHostsLayersInWindowServer": @YES
}];
}
« no previous file with comments | « chrome/browser/platform_util_mac.mm ('k') | content/browser/web_contents/web_contents_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698