| Index: ash/magnifier/magnification_controller.cc
|
| diff --git a/ash/magnifier/magnification_controller.cc b/ash/magnifier/magnification_controller.cc
|
| index af07eae43223b0e29e182851d2d3a4f532ae7a31..bd79c5ea17a1713f8f9809d93ba657c2745a06c4 100644
|
| --- a/ash/magnifier/magnification_controller.cc
|
| +++ b/ash/magnifier/magnification_controller.cc
|
| @@ -25,7 +25,7 @@ namespace internal {
|
|
|
| MagnificationController::MagnificationController()
|
| : scale_(1.0f), x_(0), y_(0) {
|
| - root_window_ = ash::Shell::GetRootWindow();
|
| + root_window_ = ash::Shell::GetPrimaryRootWindow();
|
| }
|
|
|
| void MagnificationController::SetScale(float scale) {
|
|
|