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

Unified Diff: ash/laser/laser_pointer_controller_test_api.h

Issue 2745953002: ash: Add basic prediction code to the laser pointer. (Closed)
Patch Set: Add unit test and fix nits Created 3 years, 9 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 9d1aa0182672345c67ccaf712028bfd33819c6f6..30a520ce38f5e5c506751e4b6a1821ea1c483ade 100644
--- a/ash/laser/laser_pointer_controller_test_api.h
+++ b/ash/laser/laser_pointer_controller_test_api.h
@@ -24,6 +24,7 @@ class LaserPointerControllerTestApi {
bool IsFadingAway();
void SetIsFadingAway(bool fading_away);
const LaserPointerPoints& laser_points();
+ const LaserPointerPoints& predicted_laser_points();
Daniel Erat 2017/03/16 20:18:30 unrelated to your change, but most of these could
reveman 2017/03/16 20:42:49 Fixed in latest patch.
LaserPointerView* laser_pointer_view();
private:

Powered by Google App Engine
This is Rietveld 408576698