| Index: content/browser/compositor/delegated_frame_host.h
|
| diff --git a/content/browser/compositor/delegated_frame_host.h b/content/browser/compositor/delegated_frame_host.h
|
| index abb9b082887a57fc359578ab81fa555bfa2e6030..aafbd0d3425d80bb7d14c8eebf117fae5c8d6bdf 100644
|
| --- a/content/browser/compositor/delegated_frame_host.h
|
| +++ b/content/browser/compositor/delegated_frame_host.h
|
| @@ -127,6 +127,8 @@ class CONTENT_EXPORT DelegatedFrameHost
|
| gfx::Size GetRequestedRendererSize() const;
|
| void SetCompositor(ui::Compositor* compositor);
|
| void ResetCompositor();
|
| + void SetVSyncParameters(const base::TimeTicks& timebase,
|
| + const base::TimeDelta& interval);
|
| // Note: |src_subset| is specified in DIP dimensions while |output_size|
|
| // expects pixels.
|
| void CopyFromCompositingSurface(const gfx::Rect& src_subrect,
|
| @@ -248,7 +250,7 @@ class CONTENT_EXPORT DelegatedFrameHost
|
| scoped_refptr<ui::CompositorVSyncManager> vsync_manager_;
|
|
|
| // The current VSync timebase and interval. These are zero until the first
|
| - // call to OnUpdateVSyncParameters().
|
| + // call to SetVSyncParameters().
|
| base::TimeTicks vsync_timebase_;
|
| base::TimeDelta vsync_interval_;
|
|
|
|
|