| Index: ui/views/widget/desktop_root_window_host_win.h
|
| diff --git a/ui/views/widget/desktop_root_window_host_win.h b/ui/views/widget/desktop_root_window_host_win.h
|
| index 5edf6875903c18f8a98bd83fb11a1d2dbc23586a..9293aeaa6c262f5deb1dcae29e59203220ccb5c3 100644
|
| --- a/ui/views/widget/desktop_root_window_host_win.h
|
| +++ b/ui/views/widget/desktop_root_window_host_win.h
|
| @@ -50,6 +50,7 @@ class DesktopRootWindowHostWin : public DesktopRootWindowHost,
|
| std::vector<unsigned char>* png_representation) OVERRIDE;
|
| virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE;
|
| virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
|
| + virtual void PrepareForShutdown() OVERRIDE;
|
|
|
| // Overridden from HWNDMessageHandlerDelegate:
|
| virtual bool IsWidgetWindow() const OVERRIDE;
|
|
|