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

Unified Diff: content/browser/android/content_view_core_impl.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/browser/android/content_view_core_impl.cc
diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc
index cf088026c54e3d4c354626593a7f5209db3e4813..28184ddd5e8a61732659f29502145fd35a0135cd 100644
--- a/content/browser/android/content_view_core_impl.cc
+++ b/content/browser/android/content_view_core_impl.cc
@@ -1244,7 +1244,8 @@ void ContentViewCoreImpl::OnVSync(JNIEnv* env, jobject /* obj */,
if (!view)
return;
- view->SendVSync(base::TimeTicks::FromInternalValue(frame_time_micros));
+ view->SendBeginFrame(
+ base::TimeTicks::FromInternalValue(frame_time_micros));
}
jboolean ContentViewCoreImpl::OnAnimate(JNIEnv* env, jobject /* obj */,
« no previous file with comments | « chrome/test/perf/rendering/latency_tests.cc ('k') | content/browser/renderer_host/render_widget_host_view_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698