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 a3b43855b503ebd63b804d4971e6ec1b8085ed4b..72b92c1d8dfcae8aa8fc69a0d02377e9a81d1472 100644 |
--- a/content/browser/compositor/delegated_frame_host.h |
+++ b/content/browser/compositor/delegated_frame_host.h |
@@ -113,6 +113,8 @@ class CONTENT_EXPORT DelegatedFrameHost |
scoped_ptr<RenderWidgetHostViewFrameSubscriber> subscriber); |
void EndFrameSubscription(); |
bool HasFrameSubscriber() const { return frame_subscriber_; } |
+ void UpdateVSyncParameters(base::TimeTicks timebase, |
+ base::TimeDelta interval); |
// Exposed for tests. |
cc::DelegatedFrameProvider* FrameProviderForTesting() const { |