Chromium Code Reviews| 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. |
|
Nico
2016/07/08 18:32:39
If this actually means "build with 10.9 SDK" and n
Mark Mentovai
2016/07/08 18:38:42
Nico wrote:
|
| - @"NSWindowHostsLayersInWindowServer": @(base::mac::IsOSMavericksOrLater()) |
| + @"NSWindowHostsLayersInWindowServer": @YES |
| }]; |
| } |