fix: crash when restoring minimized hidden window (#21813)

This commit is contained in:
Cheng Zhao 2020-01-18 04:29:02 +09:00 committed by Robo
parent bf6e4b1247
commit 42d8933d66
3 changed files with 29 additions and 0 deletions

View file

@ -275,6 +275,9 @@ class NativeWindowViews : public NativeWindow,
// Set to true if the window is always on top and behind the task bar.
bool behind_task_bar_ = false;
// Whether to block Chromium from handling window messages.
bool block_chromium_message_handler_ = false;
#endif
// Handles unhandled keyboard messages coming back from the renderer process.