| Index: ui/aura/root_window_host.h
|
| diff --git a/ui/aura/root_window_host.h b/ui/aura/root_window_host.h
|
| index 74502bfa128d00f5968a3198b9940180d44f4a46..ee5eb2094d93d7792b9ce3e051219fafd467fb3d 100644
|
| --- a/ui/aura/root_window_host.h
|
| +++ b/ui/aura/root_window_host.h
|
| @@ -105,6 +105,9 @@ class RootWindowHost {
|
|
|
| // Called when the device scale factor of the root window has chagned.
|
| virtual void OnDeviceScaleFactorChanged(float device_scale_factor) = 0;
|
| +
|
| + // Stop listening events in preparation for shutdown.
|
| + virtual void PrepareForShutdown() = 0;
|
| };
|
|
|
| } // namespace aura
|
|
|