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

Unified Diff: content/renderer/gpu/compositor_output_surface.h

Issue 161413002: Revert of Read compositor VSync information from platform, when possible (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/compositor_output_surface.h
diff --git a/content/renderer/gpu/compositor_output_surface.h b/content/renderer/gpu/compositor_output_surface.h
index 62e159de9a1b98dddadd8e2a4202af9f22c4e21f..7afaa519bb8c19f168a60bc20b91d0e233a601f0 100644
--- a/content/renderer/gpu/compositor_output_surface.h
+++ b/content/renderer/gpu/compositor_output_surface.h
@@ -90,8 +90,8 @@
};
void OnMessageReceived(const IPC::Message& message);
- void OnUpdateVSyncParametersFromBrowser(base::TimeTicks timebase,
- base::TimeDelta interval);
+ void OnUpdateVSyncParameters(
+ base::TimeTicks timebase, base::TimeDelta interval);
#if defined(OS_ANDROID)
void OnBeginImplFrame(const cc::BeginFrameArgs& args);
#endif
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | content/renderer/gpu/compositor_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698