Index: ui/aura/desktop.cc |
=================================================================== |
--- ui/aura/desktop.cc (revision 112233) |
+++ ui/aura/desktop.cc (working copy) |
@@ -414,7 +414,7 @@ |
mouse_moved_handler_(NULL), |
focused_window_(NULL), |
touch_event_handler_(NULL) { |
- SetName("RootWindow"); |
+ set_name("RootWindow"); |
gfx::Screen::SetInstance(screen_); |
host_->SetDesktop(this); |
last_mouse_location_ = host_->QueryMouseLocation(); |