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

Unified Diff: content/renderer/gpu/compositor_output_surface.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/renderer/gpu/compositor_output_surface.cc
diff --git a/content/renderer/gpu/compositor_output_surface.cc b/content/renderer/gpu/compositor_output_surface.cc
index 8d240435fcf85dce1b3bc5ca73ca15324e84afd3..c0e439aeed77d61062db128fb36e24eaecbc62dc 100644
--- a/content/renderer/gpu/compositor_output_surface.cc
+++ b/content/renderer/gpu/compositor_output_surface.cc
@@ -105,7 +105,7 @@ void CompositorOutputSurface::SendFrameToParentCompositor(
}
void CompositorOutputSurface::SwapBuffers(
- const cc::LatencyInfo& latency_info) {
+ const ui::LatencyInfo& latency_info) {
WebGraphicsContext3DCommandBufferImpl* command_buffer =
static_cast<WebGraphicsContext3DCommandBufferImpl*>(context3d());
CommandBufferProxyImpl* command_buffer_proxy =
@@ -117,7 +117,7 @@ void CompositorOutputSurface::SwapBuffers(
}
void CompositorOutputSurface::PostSubBuffer(
- gfx::Rect rect, const cc::LatencyInfo& latency_info) {
+ gfx::Rect rect, const ui::LatencyInfo& latency_info) {
WebGraphicsContext3DCommandBufferImpl* command_buffer =
static_cast<WebGraphicsContext3DCommandBufferImpl*>(context3d());
CommandBufferProxyImpl* command_buffer_proxy =

Powered by Google App Engine
This is Rietveld 408576698