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

Unified Diff: content/renderer/android/synchronous_compositor_output_surface.cc

Issue 15058004: cc: Rename VSync to BeginFrame (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix Android 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/android/synchronous_compositor_output_surface.cc
diff --git a/content/renderer/android/synchronous_compositor_output_surface.cc b/content/renderer/android/synchronous_compositor_output_surface.cc
index 1c73f3d3ae3c630c7e8cee995490bfbb2c7f474c..67f04058a3f6777b7ad15221b234e70fc0a19636 100644
--- a/content/renderer/android/synchronous_compositor_output_surface.cc
+++ b/content/renderer/android/synchronous_compositor_output_surface.cc
@@ -197,7 +197,7 @@ void SynchronousCompositorOutputSurface::InvokeComposite(
// whole view. Tracking bug to implement this: crbug.com/230463.
client_->SetNeedsRedrawRect(damage_area);
if (vsync_enabled_)
- client_->DidVSync(base::TimeTicks::Now());
+ client_->BeginImplFrame(base::TimeTicks::Now());
}
void SynchronousCompositorOutputSurface::UpdateCompositorClientSettings() {

Powered by Google App Engine
This is Rietveld 408576698