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

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

Issue 161743002: Revert 250798 "Revert of Read compositor VSync information from ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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: trunk/src/content/renderer/gpu/compositor_output_surface.h
===================================================================
--- trunk/src/content/renderer/gpu/compositor_output_surface.h (revision 250809)
+++ trunk/src/content/renderer/gpu/compositor_output_surface.h (working copy)
@@ -90,8 +90,8 @@
};
void OnMessageReceived(const IPC::Message& message);
- void OnUpdateVSyncParameters(
- base::TimeTicks timebase, base::TimeDelta interval);
+ void OnUpdateVSyncParametersFromBrowser(base::TimeTicks timebase,
+ base::TimeDelta interval);
#if defined(OS_ANDROID)
void OnBeginImplFrame(const cc::BeginFrameArgs& args);
#endif

Powered by Google App Engine
This is Rietveld 408576698