From 7c41f0e0e30977ed6a3f37ee0e524d7c75544c2d Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Tue, 3 Nov 2015 16:12:01 -0800 Subject: [PATCH] remove kDisableLegacyIntermediateWindow switch set --- atom/app/atom_main_delegate.cc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/atom/app/atom_main_delegate.cc b/atom/app/atom_main_delegate.cc index e4ac7cf..3bc1ac4 100644 --- a/atom/app/atom_main_delegate.cc +++ b/atom/app/atom_main_delegate.cc @@ -102,13 +102,6 @@ void AtomMainDelegate::PreSandboxStartup() { if (!IsBrowserProcess(command_line)) return; -#if defined(OS_WIN) - // Disable the LegacyRenderWidgetHostHWND, it made frameless windows unable - // to move and resize. We may consider enabling it again after upgraded to - // Chrome 38, which should have fixed the problem. - command_line->AppendSwitch(switches::kDisableLegacyIntermediateWindow); -#endif - // Disable renderer sandbox for most of node's functions. command_line->AppendSwitch(switches::kNoSandbox); -- 2.7.4