| Index: ui/aura/test/test_cursor_client.h
|
| diff --git a/ui/aura/test/test_cursor_client.h b/ui/aura/test/test_cursor_client.h
|
| index 2b6f1733513f7379e7f26514805d25695147b607..8b4e1d999b5ecf2160c825dbef5ba275bb7198da 100644
|
| --- a/ui/aura/test/test_cursor_client.h
|
| +++ b/ui/aura/test/test_cursor_client.h
|
| @@ -43,6 +43,7 @@ class TestCursorClient : public aura::client::CursorClient {
|
| void DisableMouseEvents() override;
|
| bool IsMouseEventsEnabled() const override;
|
| void SetDisplay(const display::Display& display) override;
|
| + const display::Display& GetDisplay() const override;
|
| void LockCursor() override;
|
| void UnlockCursor() override;
|
| bool IsCursorLocked() const override;
|
|
|