| Index: trunk/src/ui/views/widget/desktop_aura/x11_desktop_window_move_client.cc
|
| ===================================================================
|
| --- trunk/src/ui/views/widget/desktop_aura/x11_desktop_window_move_client.cc (revision 236092)
|
| +++ trunk/src/ui/views/widget/desktop_aura/x11_desktop_window_move_client.cc (working copy)
|
| @@ -71,7 +71,7 @@
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| -// DesktopWindowTreeHostLinux, aura::client::WindowMoveClient implementation:
|
| +// DesktopRootWindowHostLinux, aura::client::WindowMoveClient implementation:
|
|
|
| aura::client::WindowMoveResult X11DesktopWindowMoveClient::RunMoveLoop(
|
| aura::Window* source,
|
| @@ -90,7 +90,7 @@
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| -// DesktopWindowTreeHostLinux, private:
|
| +// DesktopRootWindowHostLinux, private:
|
|
|
| void X11DesktopWindowMoveClient::SetHostBounds(const gfx::Rect& rect) {
|
| root_window_->SetHostBounds(rect);
|
|
|