Browse Source

fix: mouse doesn't work on frameless browserwindows (#30447)

Charles Kerr 3 years ago
parent
commit
edb7413bae
1 changed files with 0 additions and 2 deletions
  1. 0 2
      shell/browser/native_window_views.cc

+ 0 - 2
shell/browser/native_window_views.cc

@@ -217,9 +217,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper::Dictionary& options,
 #endif
 
   widget()->Init(std::move(params));
-#if defined(OS_WIN)
   SetCanResize(resizable_);
-#endif
 
   bool fullscreen = false;
   options.Get(options::kFullscreen, &fullscreen);