| Index: ui/views/view.h
|
| diff --git a/ui/views/view.h b/ui/views/view.h
|
| index 8de66635891eb0dd8a999bdf70e67704d18a2541..9bc9148b2f75c93c603cd63ee5e3d4959ca2cfa2 100644
|
| --- a/ui/views/view.h
|
| +++ b/ui/views/view.h
|
| @@ -317,6 +317,9 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
|
| // Compositor.
|
| void SetPaintToLayer(bool paint_to_layer);
|
|
|
| + // Overridden from ui::LayerOwner:
|
| + scoped_ptr<ui::Layer> RecreateLayer() override;
|
| +
|
| // RTL positioning -----------------------------------------------------------
|
|
|
| // Methods for accessing the bounds and position of the view, relative to its
|
|
|