| Index: ui/aura/window_tree_host_mac.h
|
| diff --git a/ui/aura/window_tree_host_mac.h b/ui/aura/window_tree_host_mac.h
|
| index cdce4db5fa85a4429a44d704ad2feeeb87e69fb5..865098146195d4784e9c98fae718a445a96be8d1 100644
|
| --- a/ui/aura/window_tree_host_mac.h
|
| +++ b/ui/aura/window_tree_host_mac.h
|
| @@ -49,7 +49,6 @@ class AURA_EXPORT WindowTreeHostMac : public WindowTreeHost {
|
| 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_;
|
|
|