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..0f4aa777f011eae143a2f56bf08a104e4e58a6d4 100644 |
--- a/content/browser/compositor/delegated_frame_host.h |
+++ b/content/browser/compositor/delegated_frame_host.h |
@@ -123,7 +123,8 @@ class CONTENT_EXPORT DelegatedFrameHost |
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); |
jochen (gone - plz use gerrit)
2015/07/14 14:33:00
why is this pass by value? I'd either expect a con
wjmaclean
2015/07/14 14:58:01
My bad ... the function modifies the vector (via s
|
void WasHidden(); |
void WasShown(const ui::LatencyInfo& latency_info); |
void WasResized(); |