| Index: webkit/compositor_bindings/web_to_ccinput_handler_adapter.cc
|
| diff --git a/webkit/compositor_bindings/web_to_ccinput_handler_adapter.cc b/webkit/compositor_bindings/web_to_ccinput_handler_adapter.cc
|
| index 85c1b199e72856aaca51d80c6e87e1e6dbe93583..a7f1ae2749fae2bf53d3adc8abd02e828d943e6e 100644
|
| --- a/webkit/compositor_bindings/web_to_ccinput_handler_adapter.cc
|
| +++ b/webkit/compositor_bindings/web_to_ccinput_handler_adapter.cc
|
| @@ -100,7 +100,7 @@ class WebToCCInputHandlerAdapter::HandlerAdapter
|
| OVERRIDE {
|
| base::TimeTicks frame_time = base::TimeTicks::FromInternalValue(
|
| frame_time_sec * base::Time::kMicrosecondsPerSecond);
|
| - handler_->DidReceiveLastInputEventForVSync(frame_time);
|
| + handler_->DidReceiveLastInputEventForBeginFrame(frame_time);
|
| }
|
|
|
| private:
|
|
|