Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: ui/compositor/layer_owner_delegate.h

Issue 2383263002: Generalize layer mirroring for phantom windows (Closed)
Patch Set: Address nit Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698