| Index: components/exo/pointer.h
|
| diff --git a/components/exo/pointer.h b/components/exo/pointer.h
|
| index 46864ee708d47a26dce1de8612ece53c2cea305b..1edbb274d54715ef004461bf2a43ea1de3398b3b 100644
|
| --- a/components/exo/pointer.h
|
| +++ b/components/exo/pointer.h
|
| @@ -102,6 +102,7 @@ class Pointer : public ui::EventHandler,
|
| float cursor_scale_ = 1.0f;
|
|
|
| float device_scale_factor_ = 1.0f;
|
| + display::Display::Rotation rotation_ = display::Display::ROTATE_0;
|
|
|
| // The position of the pointer surface relative to the pointer location.
|
| gfx::Point hotspot_;
|
|
|