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

Unified Diff: content/renderer/gpu/input_handler_proxy.cc

Issue 15058004: cc: Rename VSync to BeginFrame (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase 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
Index: content/renderer/gpu/input_handler_proxy.cc
diff --git a/content/renderer/gpu/input_handler_proxy.cc b/content/renderer/gpu/input_handler_proxy.cc
index a6e63a61ed09bd0715747c6a8fae5b7814ae212c..8943b33644ed6237e7e688b55ba5062bacd471ac 100644
--- a/content/renderer/gpu/input_handler_proxy.cc
+++ b/content/renderer/gpu/input_handler_proxy.cc
@@ -64,7 +64,7 @@ void InputHandlerProxy::HandleInputEvent(const WebInputEvent& event) {
break;
}
if (event.modifiers & WebInputEvent::IsLastInputEventForCurrentVSync) {
- input_handler_->DidReceiveLastInputEventForVSync(
+ input_handler_->DidReceiveLastInputEventForBeginFrame(
base::TimeTicks::FromInternalValue(event.timeStampSeconds *
base::Time::kMicrosecondsPerSecond));
}
« no previous file with comments | « content/renderer/gpu/compositor_output_surface.cc ('k') | content/renderer/gpu/input_handler_proxy_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698