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 5af6da420c037ab8ad9139ec5a2f0d97f3589ebd..fa1888bbaf6be468cac3c7b3daa9b201b24abc7f 100644 |
--- a/content/browser/compositor/delegated_frame_host.h |
+++ b/content/browser/compositor/delegated_frame_host.h |
@@ -115,6 +115,7 @@ class CONTENT_EXPORT DelegatedFrameHost |
// cc::SurfaceFactoryClient implementation. |
void ReturnResources(const cc::ReturnedResourceArray& resources) override; |
+ void SetBeginFrameSource(cc::BeginFrameSource* begin_frame_source) override; |
bool CanCopyToBitmap() const; |