| Index: cc/layer_tree_host_impl.cc
|
| diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc
|
| index 3c13252533264361d6f3f2234f17bf91f0a72c40..6134a2530a0bd96cd516a4263bd1f42d336068ca 100644
|
| --- a/cc/layer_tree_host_impl.cc
|
| +++ b/cc/layer_tree_host_impl.cc
|
| @@ -13,6 +13,8 @@
|
| #include "base/stl_util.h"
|
| #include "base/stringprintf.h"
|
| #include "cc/append_quads_data.h"
|
| +#include "cc/base/math_util.h"
|
| +#include "cc/base/util.h"
|
| #include "cc/compositor_frame_metadata.h"
|
| #include "cc/damage_tracker.h"
|
| #include "cc/debug_rect_history.h"
|
| @@ -25,7 +27,6 @@
|
| #include "cc/layer_tree_host.h"
|
| #include "cc/layer_tree_host_common.h"
|
| #include "cc/layer_tree_impl.h"
|
| -#include "cc/math_util.h"
|
| #include "cc/memory_history.h"
|
| #include "cc/overdraw_metrics.h"
|
| #include "cc/page_scale_animation.h"
|
| @@ -44,7 +45,6 @@
|
| #include "cc/texture_uploader.h"
|
| #include "cc/top_controls_manager.h"
|
| #include "cc/tree_synchronizer.h"
|
| -#include "cc/util.h"
|
| #include "ui/gfx/size_conversions.h"
|
| #include "ui/gfx/vector2d_conversions.h"
|
|
|
|
|