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

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

Issue 2471523003: Remove NSWindowHostsLayersInWindowServer workaround. (Closed)
Patch Set: Created 4 years, 1 month 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 | no next file » | 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 bd11bf49a317d1950d1c25f4793fd0369a6857c0..5bcd537999d31170024a4fd087bd92a9f4ca465a 100644
--- a/content/app/mac/mac_init.mm
+++ b/content/app/mac/mac_init.mm
@@ -19,13 +19,6 @@ void InitializeMac() {
// application:openFile:], because they are handled directly. @"NO" looks
// like a mistake, but the value really is supposed to be a string.
@"NSTreatUnknownArgumentsAsOpen": @"NO",
-
- // CoreAnimation has poor performance and CoreAnimation and
- // non-CoreAnimation exhibit window flickering when layers are not hosted
- // 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": @YES
}];
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698