Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: ash/laser/laser_pointer_controller_test_api.h

Issue 2362063002: cros: Laser pointer fades out on release, do not cover palette. (Closed)
Patch Set: Nit. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/laser/laser_pointer_controller.cc ('k') | ash/laser/laser_pointer_controller_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « ash/laser/laser_pointer_controller.cc ('k') | ash/laser/laser_pointer_controller_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698