Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index 5125c828aeed4b31a545440a6369ca84b1599e03..0606728cf8e6dcac5885c967404dfa6173847821 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -14,7 +14,6 @@ |
#include "cc/animation/animation_events.h" |
#include "cc/animation/animation_registrar.h" |
#include "cc/base/cc_export.h" |
-#include "cc/debug/latency_info.h" |
#include "cc/input/input_handler.h" |
#include "cc/input/layer_scroll_offset_delegate.h" |
#include "cc/input/top_controls_manager_client.h" |
@@ -27,6 +26,7 @@ |
#include "skia/ext/refptr.h" |
#include "third_party/skia/include/core/SkColor.h" |
#include "third_party/skia/include/core/SkPicture.h" |
+#include "ui/base/latency_info.h" |
#include "ui/gfx/rect.h" |
namespace cc { |
@@ -143,7 +143,7 @@ class CC_EXPORT LayerTreeHostImpl : public InputHandler, |
LayerImplList will_draw_layers; |
bool contains_incomplete_tile; |
bool has_no_damage; |
- LatencyInfo latency_info; |
+ ui::LatencyInfo latency_info; |
// RenderPassSink implementation. |
virtual void AppendRenderPass(scoped_ptr<RenderPass> render_pass) OVERRIDE; |