| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 3182946bfc168172a0aceffe04e14a8156b7e7aa..bf3a736e12bd5e4e51d0d359cdee7640f707ce38 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -10,8 +10,8 @@
|
|
|
| #include "base/hash_tables.h"
|
| #include "base/values.h"
|
| -#include "cc/debug/latency_info.h"
|
| #include "cc/layers/layer_impl.h"
|
| +#include "ui/base/latency_info.h"
|
|
|
| #if defined(COMPILER_GCC)
|
| namespace BASE_HASH_NAMESPACE {
|
| @@ -196,8 +196,8 @@ class CC_EXPORT LayerTreeImpl {
|
| void SetRootLayerScrollOffsetDelegate(
|
| LayerScrollOffsetDelegate* root_layer_scroll_offset_delegate);
|
|
|
| - void SetLatencyInfo(const LatencyInfo& latency_info);
|
| - const LatencyInfo& GetLatencyInfo();
|
| + void SetLatencyInfo(const ui::LatencyInfo& latency_info);
|
| + const ui::LatencyInfo& GetLatencyInfo();
|
| void ClearLatencyInfo();
|
|
|
| protected:
|
| @@ -252,7 +252,7 @@ class CC_EXPORT LayerTreeImpl {
|
| // structural differences relative to the active tree.
|
| bool needs_full_tree_sync_;
|
|
|
| - LatencyInfo latency_info_;
|
| + ui::LatencyInfo latency_info_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(LayerTreeImpl);
|
| };
|
|
|