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

Unified Diff: content/renderer/gpu/render_widget_compositor.h

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
« no previous file with comments | « content/renderer/gpu/mailbox_output_surface.cc ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/render_widget_compositor.h
diff --git a/content/renderer/gpu/render_widget_compositor.h b/content/renderer/gpu/render_widget_compositor.h
index 192622b7ff1438224c5f632cd59e0ac4d6e23f10..cb49167509430b7d05845b2346f770bfa8f87080 100644
--- a/content/renderer/gpu/render_widget_compositor.h
+++ b/content/renderer/gpu/render_widget_compositor.h
@@ -17,10 +17,13 @@
class SkPicture;
+namespace ui {
+struct LatencyInfo;
+}
+
namespace cc {
class InputHandler;
class LayerTreeHost;
-struct LatencyInfo;
}
namespace content {
@@ -48,7 +51,7 @@ class RenderWidgetCompositor : public WebKit::WebLayerTreeView,
bool animate);
void SetOverdrawBottomHeight(float overdraw_bottom_height);
void SetNeedsRedrawRect(gfx::Rect damage_rect);
- void SetLatencyInfo(const cc::LatencyInfo& latency_info);
+ void SetLatencyInfo(const ui::LatencyInfo& latency_info);
// WebLayerTreeView implementation.
virtual void setSurfaceReady();
« no previous file with comments | « content/renderer/gpu/mailbox_output_surface.cc ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698