Chromium Code Reviews| Index: services/ui/ws/display.cc |
| diff --git a/services/ui/ws/display.cc b/services/ui/ws/display.cc |
| index f93023e760f6d12297b55f36060382a8811c90e2..8396d75fa74db17e6d5e96bd73f42459fe4f75cc 100644 |
| --- a/services/ui/ws/display.cc |
| +++ b/services/ui/ws/display.cc |
| @@ -277,6 +277,10 @@ void Display::CreateWindowManagerDisplayRootFromFactory( |
| display_root->root()); |
| } |
| +display::Display Display::GetDisplay() { |
| + return ToDisplay(); |
| +} |
| + |
| ServerWindow* Display::GetRootWindow() { |
| return root_.get(); |
| } |