summaryrefslogtreecommitdiffstats
path: root/ui/compositor/layer_owner_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/compositor/layer_owner_delegate.h')
-rw-r--r--ui/compositor/layer_owner_delegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/compositor/layer_owner_delegate.h b/ui/compositor/layer_owner_delegate.h
index e5362d9..68ba92e 100644
--- a/ui/compositor/layer_owner_delegate.h
+++ b/ui/compositor/layer_owner_delegate.h
@@ -13,7 +13,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
-// (SetExternalTexture / SetTextureMailbox / SetDelegatedFrame was called).
+// (SetTextureMailbox / SetDelegatedFrame was called).
class COMPOSITOR_EXPORT LayerOwnerDelegate {
public:
virtual void OnLayerRecreated(Layer* old_layer, Layer* new_layer) = 0;