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 0d906123d964ba388c47e685bc0672cb79e4bd35..bfde8f22ce6204b92a09007cf7dafaf312a9fa23 100644 |
--- a/content/browser/compositor/delegated_frame_host.h |
+++ b/content/browser/compositor/delegated_frame_host.h |
@@ -119,11 +119,14 @@ class CONTENT_EXPORT DelegatedFrameHost |
bool CanCopyToBitmap() const; |
// Public interface exposed to RenderWidgetHostView. |
+ |
+ // Note: |satisfies_sequences| is cleared in calls to this function. |
void SwapDelegatedFrame( |
uint32 output_surface_id, |
scoped_ptr<cc::DelegatedFrameData> frame_data, |
float frame_device_scale_factor, |
- const std::vector<ui::LatencyInfo>& latency_info); |
+ const std::vector<ui::LatencyInfo>& latency_info, |
+ std::vector<uint32_t>* satifies_sequences); |
void WasHidden(); |
void WasShown(const ui::LatencyInfo& latency_info); |
void WasResized(); |