| Index: services/ui/ws/display.cc
|
| diff --git a/services/ui/ws/display.cc b/services/ui/ws/display.cc
|
| index fa573f604d0e037bce222dc8153b58ed1aa21a32..e8cb98cf9d6d9958c3c41fd57445a5f9918ceb2a 100644
|
| --- a/services/ui/ws/display.cc
|
| +++ b/services/ui/ws/display.cc
|
| @@ -262,6 +262,10 @@ void Display::CreateRootWindow(const gfx::Size& size) {
|
| focus_controller_->AddObserver(this);
|
| }
|
|
|
| +display::Display Display::GetDisplay() {
|
| + return ToDisplay();
|
| +}
|
| +
|
| ServerWindow* Display::GetRootWindow() {
|
| return root_.get();
|
| }
|
|
|