Index: ui/compositor/layer_owner.h |
diff --git a/ui/compositor/layer_owner.h b/ui/compositor/layer_owner.h |
index fd0606c442b4a81b57a8e912d26865b2f48fdcfa..dfff20901619df038f2e55789b0438f4714fa7e9 100644 |
--- a/ui/compositor/layer_owner.h |
+++ b/ui/compositor/layer_owner.h |
@@ -37,6 +37,9 @@ class COMPOSITOR_EXPORT LayerOwner { |
// layer. |
virtual std::unique_ptr<Layer> RecreateLayer(); |
+ // Requests a |mirror| of the owned layer from the LayerOwnerDelegate. |
oshima
2016/10/04 21:06:31
how about "Requests to mirror the content of ownin
Dominik Laskowski
2016/10/04 23:18:52
Done.
|
+ void MirrorLayer(Layer* mirror) const; |
+ |
ui::Layer* layer() { return layer_; } |
const ui::Layer* layer() const { return layer_; } |