Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index 69535ad6c5f02d99cafc383bdcea703d02b15af1..f086ee278808d7dacb4b5a2f582e424438bd38f5 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -358,6 +358,10 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
// locked. |
bool GotResponseToLockMouseRequest(bool allowed); |
+ // Tells the RenderWidget about the latest vsync parameters. |
+ virtual void UpdateVSyncParameters(base::TimeTicks timebase, |
+ base::TimeDelta interval); |
jbates
2012/07/27 18:42:26
If the interval is TimeDelta, it's limited to micr
|
+ |
// Called by the view in response to AcceleratedSurfaceBuffersSwapped or |
// AcceleratedSurfacePostSubBuffer. |
static void AcknowledgeBufferPresent( |