| Index: sky/compositor/layer_host.h
|
| diff --git a/sky/compositor/layer_host.h b/sky/compositor/layer_host.h
|
| index 1e4fcc7b17b875134a2641c844351c47b1d8d044..36bf2df53a50d19545cf3190dd071da1750e6ed6 100644
|
| --- a/sky/compositor/layer_host.h
|
| +++ b/sky/compositor/layer_host.h
|
| @@ -22,7 +22,7 @@ class LayerHostClient;
|
| class LayerHost : public SurfaceHolder::Client {
|
| public:
|
| explicit LayerHost(LayerHostClient* client);
|
| - ~LayerHost();
|
| + ~LayerHost() override;
|
|
|
| LayerHostClient* client() const { return client_; }
|
|
|
|
|