| Index: trunk/src/ui/aura/window_tree_host_mac.h
|
| ===================================================================
|
| --- trunk/src/ui/aura/window_tree_host_mac.h (revision 258102)
|
| +++ trunk/src/ui/aura/window_tree_host_mac.h (working copy)
|
| @@ -49,6 +49,7 @@
|
| virtual void OnCursorVisibilityChangedNative(bool show) OVERRIDE;
|
| virtual void PostNativeEvent(const base::NativeEvent& event) OVERRIDE;
|
| virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
|
| + virtual void PrepareForShutdown() OVERRIDE;
|
|
|
| private:
|
| base::scoped_nsobject<NSWindow> window_;
|
|
|