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

Unified Diff: webkit/compositor_bindings/web_to_ccinput_handler_adapter.cc

Issue 15058004: cc: Rename VSync to BeginFrame (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix test compiler errors Created 7 years, 7 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
« cc/output/output_surface.h ('K') | « content/renderer/render_widget.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« cc/output/output_surface.h ('K') | « content/renderer/render_widget.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698