Index: ash/laser/laser_pointer_view.h |
diff --git a/ash/laser/laser_pointer_view.h b/ash/laser/laser_pointer_view.h |
index 11ff272965901cbd8b7fb4433c2ba0adb999e3c9..a48142ec419af5bf8c245462aeb2a02289869bd7 100644 |
--- a/ash/laser/laser_pointer_view.h |
+++ b/ash/laser/laser_pointer_view.h |
@@ -33,8 +33,9 @@ class LaserPointerView : public views::View { |
LaserPointerView(base::TimeDelta life_duration, aura::Window* root_window); |
~LaserPointerView() override; |
- void AddNewPoint(const gfx::Point& new_point); |
+ void AddNewPoint(const gfx::Point& new_point, bool fading_away); |
void Stop(); |
+ |
aura::Window* GetRootWindow(); |
// Reparents the widget if needed. |