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

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: Fixed patch set 5 errors. 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
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..492185fee4bbabf93f474ea635c9eabeb1a52f06 100644
--- a/ash/laser/laser_pointer_controller_test_api.h
+++ b/ash/laser/laser_pointer_controller_test_api.h
@@ -21,6 +21,7 @@ class LaserPointerControllerTestApi {
void SetEnabled(bool enabled);
bool IsShowingLaserPointer();
+ bool IsFadingAway();
const LaserPointerPoints& laser_points();
LaserPointerView* laser_pointer_view();

Powered by Google App Engine
This is Rietveld 408576698