2018-09-14 05:02:16 +00:00
|
|
|
diff --git a/ui/views/widget/desktop_aura/desktop_screen_win.cc b/ui/views/widget/desktop_aura/desktop_screen_win.cc
|
2018-09-14 18:03:43 +00:00
|
|
|
index f772f64d656e..7d13f9f81b6c 100644
|
2018-09-14 05:02:16 +00:00
|
|
|
--- a/ui/views/widget/desktop_aura/desktop_screen_win.cc
|
|
|
|
+++ b/ui/views/widget/desktop_aura/desktop_screen_win.cc
|
|
|
|
@@ -32,6 +32,8 @@ display::Display DesktopScreenWin::GetDisplayMatching(
|
|
|
|
}
|
|
|
|
|
|
|
|
HWND DesktopScreenWin::GetHWNDFromNativeView(gfx::NativeView window) const {
|
|
|
|
+ if (!window)
|
|
|
|
+ return NULL;
|
|
|
|
aura::WindowTreeHost* host = window->GetHost();
|
|
|
|
return host ? host->GetAcceleratedWidget() : NULL;
|
|
|
|
}
|