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 6305c7688fbbedfdf26e4aa49de87c86f9e82d17..9d1aa0182672345c67ccaf712028bfd33819c6f6 100644 |
--- a/ash/laser/laser_pointer_controller_test_api.h |
+++ b/ash/laser/laser_pointer_controller_test_api.h |
@@ -21,6 +21,8 @@ class LaserPointerControllerTestApi { |
void SetEnabled(bool enabled); |
bool IsShowingLaserPointer(); |
+ bool IsFadingAway(); |
+ void SetIsFadingAway(bool fading_away); |
const LaserPointerPoints& laser_points(); |
LaserPointerView* laser_pointer_view(); |