| Index: ui/views/widget/desktop_root_window_host_win.cc
|
| diff --git a/ui/views/widget/desktop_root_window_host_win.cc b/ui/views/widget/desktop_root_window_host_win.cc
|
| index f85cdb2d3478946393ad0e3c418bf60aa1ad6ae3..b68b3a371077938c69504cceca49375bbaab4114 100644
|
| --- a/ui/views/widget/desktop_root_window_host_win.cc
|
| +++ b/ui/views/widget/desktop_root_window_host_win.cc
|
| @@ -121,6 +121,9 @@ void DesktopRootWindowHostWin::OnDeviceScaleFactorChanged(
|
| float device_scale_factor) {
|
| }
|
|
|
| +void DesktopRootWindowHostWin::PrepareForShutdown() {
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // DesktopRootWindowHostWin, HWNDMessageHandlerDelegate implementation:
|
|
|
|
|