Chromium Code Reviews| Index: ash/magnifier/partial_magnification_controller.h |
| diff --git a/ash/magnifier/partial_magnification_controller.h b/ash/magnifier/partial_magnification_controller.h |
| index 3a7cf0fdcf926f886e6eace327832679857520a5..914762aef1e0fa81b049539d611ed29d61588f8c 100644 |
| --- a/ash/magnifier/partial_magnification_controller.h |
| +++ b/ash/magnifier/partial_magnification_controller.h |
| @@ -48,6 +48,7 @@ class ASH_EXPORT PartialMagnificationController : public ui::EventHandler, |
| friend class PartialMagnificationControllerTestApi; |
| class ContentMask; |
| + class BorderRenderer; |
|
jdufault
2016/08/26 22:56:46
Remove forward decl.
sammiequon
2016/08/29 17:28:26
Done.
|
| // ui::EventHandler: |
| void OnMouseEvent(ui::MouseEvent* event) override; |