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

Unified Diff: chrome/browser/chrome_browser_main_mac.mm

Issue 903943002: Mac: Make content shell work with remote CoreAnimation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to ContentMainRunnerImpl Created 5 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 | content/app/content_main_runner.cc » ('j') | content/app/content_main_runner.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_mac.mm
diff --git a/chrome/browser/chrome_browser_main_mac.mm b/chrome/browser/chrome_browser_main_mac.mm
index f016458e62a7e009efa8f26cdf6cbfe99e3a61bc..c097c49e4271d44132a9336d5f5202763231de42 100644
--- a/chrome/browser/chrome_browser_main_mac.mm
+++ b/chrome/browser/chrome_browser_main_mac.mm
@@ -156,13 +156,7 @@ void ChromeBrowserMainPartsMac::PreMainMessageLoopStart() {
// |-application:openFiles:|, since we already handle them 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": @(base::mac::IsOSMavericksOrLater())
+ @"NSTreatUnknownArgumentsAsOpen": @"NO"
}];
}
« no previous file with comments | « no previous file | content/app/content_main_runner.cc » ('j') | content/app/content_main_runner.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698