| Index: ash/host/ash_window_tree_host_x11.cc
|
| diff --git a/ash/host/ash_window_tree_host_x11.cc b/ash/host/ash_window_tree_host_x11.cc
|
| index d466e5036ee512687a7457bd3d20e54f115c3fcb..33eee10aff201a4e6d2f5578417335568d5625eb 100644
|
| --- a/ash/host/ash_window_tree_host_x11.cc
|
| +++ b/ash/host/ash_window_tree_host_x11.cc
|
| @@ -120,7 +120,7 @@ void AshWindowTreeHostX11::PrepareForShutdown() {
|
| }
|
| }
|
|
|
| -void AshWindowTreeHostX11::SetBounds(const gfx::Rect& bounds) {
|
| +void AshWindowTreeHostX11::SetBoundsInPixel(const gfx::Rect& bounds) {
|
| WindowTreeHostX11::SetBounds(bounds);
|
| if (pointer_barriers_) {
|
| UnConfineCursor();
|
|
|