| Index: ash/magnifier/partial_magnification_controller.h
|
| diff --git a/ash/magnifier/partial_magnification_controller.h b/ash/magnifier/partial_magnification_controller.h
|
| index 5c24ff3751bfec5787ec237a4f60ffff3ee77142..65e95c33a84d8d36cdf11080dc63079239d048cf 100644
|
| --- a/ash/magnifier/partial_magnification_controller.h
|
| +++ b/ash/magnifier/partial_magnification_controller.h
|
| @@ -71,10 +71,6 @@ class PartialMagnificationController
|
| // Overridden from WidgetObserver:
|
| void OnWidgetDestroying(views::Widget* widget) override;
|
|
|
| - // True if the magnified window is in motion of zooming or un-zooming effect.
|
| - // Otherwise, false.
|
| - bool is_on_zooming_;
|
| -
|
| bool is_enabled_;
|
|
|
| // Current scale, origin (left-top) position of the magnification window.
|
|
|