| Index: ui/compositor/layer_owner_delegate.h
|
| diff --git a/ui/compositor/layer_owner_delegate.h b/ui/compositor/layer_owner_delegate.h
|
| index 68ba92ee445673fb814168fda7812f505473d72a..86a4039929b611b756150e62aa409336fb938f84 100644
|
| --- a/ui/compositor/layer_owner_delegate.h
|
| +++ b/ui/compositor/layer_owner_delegate.h
|
| @@ -12,8 +12,7 @@ class Layer;
|
|
|
| // Called from RecreateLayer() after the new layer was created. old_layer is
|
| // the layer that will be returned to the caller of RecreateLayer, new_layer
|
| -// will be the layer now used. Used when the layer has external content
|
| -// (SetTextureMailbox / SetDelegatedFrame was called).
|
| +// will be the layer now used.
|
| class COMPOSITOR_EXPORT LayerOwnerDelegate {
|
| public:
|
| virtual void OnLayerRecreated(Layer* old_layer, Layer* new_layer) = 0;
|
|
|