| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 1a2a65b4a62396a1788351b5ba1591624aab103f..7dcf3e64abc29662a543f06db5794126dadc6773 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -26,6 +26,7 @@
|
| #include "cc/base/swap_promise_monitor.h"
|
| #include "cc/debug/micro_benchmark.h"
|
| #include "cc/debug/micro_benchmark_controller.h"
|
| +#include "cc/debug/overdraw_metrics.h"
|
| #include "cc/input/input_handler.h"
|
| #include "cc/input/scrollbar.h"
|
| #include "cc/input/top_controls_state.h"
|
| @@ -36,7 +37,6 @@
|
| #include "cc/trees/layer_tree_host_client.h"
|
| #include "cc/trees/layer_tree_host_common.h"
|
| #include "cc/trees/layer_tree_settings.h"
|
| -#include "cc/trees/occlusion_tracker.h"
|
| #include "cc/trees/proxy.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/gfx/rect.h"
|
|
|