| Index: mojo/services/public/cpp/view_manager/view.h
|
| diff --git a/mojo/services/public/cpp/view_manager/view.h b/mojo/services/public/cpp/view_manager/view.h
|
| index 85011ba3c4adc3527a37b0597e5b12e3e4497adf..93205be35171bcf4bba2b72660d01359b3945079 100644
|
| --- a/mojo/services/public/cpp/view_manager/view.h
|
| +++ b/mojo/services/public/cpp/view_manager/view.h
|
| @@ -101,6 +101,7 @@ class View {
|
| View* parent() { return parent_; }
|
| const View* parent() const { return parent_; }
|
| const Children& children() const { return children_; }
|
| + const View* GetRoot() const;
|
|
|
| void AddChild(View* child);
|
| void RemoveChild(View* child);
|
|
|