| Index: components/exo/surface.h
|
| diff --git a/components/exo/surface.h b/components/exo/surface.h
|
| index 723737aea224f933da997c198919f1fac5e953f1..2163e32bd777d5d98dbf069e94ca04cfb4c8e89f 100644
|
| --- a/components/exo/surface.h
|
| +++ b/components/exo/surface.h
|
| @@ -210,6 +210,7 @@ class Surface : public ui::LayerOwnerDelegate,
|
|
|
| // Overridden from ui::LayerOwnerDelegate:
|
| void OnLayerRecreated(ui::Layer* old_layer, ui::Layer* new_layer) override;
|
| + void OnLayerMirrored(ui::Layer* mirror) override;
|
|
|
| // Overridden from ui::ContextFactoryObserver.
|
| void OnLostResources() override;
|
|
|