Chromium Code Reviews| Index: trunk/src/cc/input/input_handler.h |
| =================================================================== |
| --- trunk/src/cc/input/input_handler.h (revision 266894) |
| +++ trunk/src/cc/input/input_handler.h (working copy) |
| @@ -125,7 +125,7 @@ |
| base::TimeDelta duration) = 0; |
| // Request another callback to InputHandlerClient::Animate(). |
| - virtual void SetNeedsAnimate() = 0; |
| + virtual void ScheduleAnimation() = 0; |
| virtual bool HaveTouchEventHandlersAt(const gfx::Point& viewport_point) = 0; |