Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1952)

Unified Diff: content/common/gpu/image_transport_surface_win.cc

Issue 14999012: Move cc/debug/latency_info to ui/base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/gpu/image_transport_surface_win.cc
diff --git a/content/common/gpu/image_transport_surface_win.cc b/content/common/gpu/image_transport_surface_win.cc
index c37e7d88f59d2b3309db8347d4281c611d351a9c..a7ebaa87365d34380e1a53aa916efb5e493d399d 100644
--- a/content/common/gpu/image_transport_surface_win.cc
+++ b/content/common/gpu/image_transport_surface_win.cc
@@ -48,7 +48,7 @@ class PbufferImageTransportSurface
const AcceleratedSurfaceMsg_BufferPresented_Params& params) OVERRIDE;
virtual void OnResizeViewACK() OVERRIDE;
virtual void OnResize(gfx::Size size, float scale_factor) OVERRIDE;
- virtual void SetLatencyInfo(const cc::LatencyInfo&) OVERRIDE;
+ virtual void SetLatencyInfo(const ui::LatencyInfo&) OVERRIDE;
virtual gfx::Size GetSize() OVERRIDE;
private:
@@ -69,7 +69,7 @@ class PbufferImageTransportSurface
// Size to resize to when the surface becomes visible.
gfx::Size visible_size_;
- cc::LatencyInfo latency_info_;
+ ui::LatencyInfo latency_info_;
scoped_ptr<ImageTransportHelper> helper_;
@@ -231,7 +231,7 @@ void PbufferImageTransportSurface::OnResize(gfx::Size size,
}
void PbufferImageTransportSurface::SetLatencyInfo(
- const cc::LatencyInfo& latency_info) {
+ const ui::LatencyInfo& latency_info) {
latency_info_ = latency_info;
}
« no previous file with comments | « content/common/gpu/image_transport_surface_mac.cc ('k') | content/common/gpu/texture_image_transport_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698