| Index: content/browser/renderer_host/compositing_iosurface_mac.h
|
| diff --git a/content/browser/renderer_host/compositing_iosurface_mac.h b/content/browser/renderer_host/compositing_iosurface_mac.h
|
| index 06493511b9416f1725fe5a4ae5c425b4ea0b5a67..f3308124bb587cae71aa38084d8ad7f433a93722 100644
|
| --- a/content/browser/renderer_host/compositing_iosurface_mac.h
|
| +++ b/content/browser/renderer_host/compositing_iosurface_mac.h
|
| @@ -53,7 +53,7 @@ class CompositingIOSurfaceMac {
|
| bool SetIOSurface(uint64 io_surface_handle,
|
| const gfx::Size& size,
|
| float scale_factor,
|
| - const ui::LatencyInfo& latency_info);
|
| + const std::vector<ui::LatencyInfo>& latency_info);
|
|
|
| // Get the CGL renderer ID currently associated with this context.
|
| int GetRendererID();
|
| @@ -345,7 +345,7 @@ class CompositingIOSurfaceMac {
|
| // Error saved by GetAndSaveGLError
|
| GLint gl_error_;
|
|
|
| - ui::LatencyInfo latency_info_;
|
| + std::vector<ui::LatencyInfo> latency_info_;
|
| };
|
|
|
| } // namespace content
|
|
|