| Index: content/common/gpu/texture_image_transport_surface.cc
|
| diff --git a/content/common/gpu/texture_image_transport_surface.cc b/content/common/gpu/texture_image_transport_surface.cc
|
| index be29974268ca7c5ddef8b9cc0934449864915d92..3448927bbe615200efdc799775ba6dfb82da3e51 100644
|
| --- a/content/common/gpu/texture_image_transport_surface.cc
|
| +++ b/content/common/gpu/texture_image_transport_surface.cc
|
| @@ -196,7 +196,7 @@ void TextureImageTransportSurface::OnWillDestroyStub() {
|
| }
|
|
|
| void TextureImageTransportSurface::SetLatencyInfo(
|
| - const cc::LatencyInfo& latency_info) {
|
| + const ui::LatencyInfo& latency_info) {
|
| latency_info_ = latency_info;
|
| }
|
|
|
|
|