| 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
|
| }];
|
| }
|
|
|
|
|