Index: ash/display/display_controller.cc |
diff --git a/ash/display/display_controller.cc b/ash/display/display_controller.cc |
index f13727718bb52873f583011728a0afb4b18d3082..4fb77b8f7cf314f6006101954daf39a30e45b4bb 100644 |
--- a/ash/display/display_controller.cc |
+++ b/ash/display/display_controller.cc |
@@ -731,7 +731,7 @@ AshWindowTreeHost* DisplayController::AddWindowTreeHostForDisplay( |
aura::WindowTreeHost* host = ash_host->AsWindowTreeHost(); |
host->window()->SetName(base::StringPrintf("RootWindow-%d", host_count++)); |
- host->window()->set_title(base::UTF8ToUTF16(display_info.name())); |
+ host->window()->SetTitle(base::UTF8ToUTF16(display_info.name())); |
host->compositor()->SetBackgroundColor(SK_ColorBLACK); |
// No need to remove our observer observer because the DisplayController |
// outlives the host. |