| Index: ash/laser/laser_pointer_controller_test_api.h
|
| diff --git a/ash/laser/laser_pointer_controller_test_api.h b/ash/laser/laser_pointer_controller_test_api.h
|
| index 9d1aa0182672345c67ccaf712028bfd33819c6f6..8653dbdb79627b8a8b66a77f3f590b14748849f4 100644
|
| --- a/ash/laser/laser_pointer_controller_test_api.h
|
| +++ b/ash/laser/laser_pointer_controller_test_api.h
|
| @@ -20,11 +20,12 @@ class LaserPointerControllerTestApi {
|
| ~LaserPointerControllerTestApi();
|
|
|
| void SetEnabled(bool enabled);
|
| - bool IsShowingLaserPointer();
|
| - bool IsFadingAway();
|
| + bool IsShowingLaserPointer() const;
|
| + bool IsFadingAway() const;
|
| void SetIsFadingAway(bool fading_away);
|
| - const LaserPointerPoints& laser_points();
|
| - LaserPointerView* laser_pointer_view();
|
| + const LaserPointerPoints& laser_points() const;
|
| + const LaserPointerPoints& predicted_laser_points() const;
|
| + LaserPointerView* laser_pointer_view() const;
|
|
|
| private:
|
| LaserPointerController* instance_;
|
|
|