Index: ui/aura/window.h |
diff --git a/ui/aura/window.h b/ui/aura/window.h |
index 3d3c0b1e095c800db1a7e5338439cdda2446da11..63f9dddb5bc3069374da0d19c3007a5ad9bc81eb 100644 |
--- a/ui/aura/window.h |
+++ b/ui/aura/window.h |
@@ -80,6 +80,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate, |
void set_owned_by_parent(bool owned_by_parent) { |
owned_by_parent_ = owned_by_parent; |
} |
+ bool owned_by_parent() const { return owned_by_parent_; } |
// A type is used to identify a class of Windows and customize behavior such |
// as event handling and parenting. This field should only be consumed by the |