| 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 c1c053c9820b589c5e516491914feabeac7b1ce6..e2be76a3a3b67384ffcce39e95ad67efa6a4cbeb 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -391,9 +391,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| bool GotResponseToLockMouseRequest(bool allowed);
|
|
|
| // Tells the RenderWidget about the latest vsync parameters.
|
| - // Note: Make sure the timebase was obtained using
|
| - // base::TimeTicks::HighResNow. Using the non-high res timer will result in
|
| - // incorrect synchronization across processes.
|
| virtual void UpdateVSyncParameters(base::TimeTicks timebase,
|
| base::TimeDelta interval);
|
|
|
|
|