| Index: cc/layer_tree_host_impl.cc
|
| diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc
|
| index 422fa65892f1b0e85f3409ff0418fdf7caa889e8..d762b0c32a093fc3b0864b5d011c4e0cc603749b 100644
|
| --- a/cc/layer_tree_host_impl.cc
|
| +++ b/cc/layer_tree_host_impl.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "CCLayerTreeHostImpl.h"
|
| +#include "cc/layer_tree_host_impl.h"
|
|
|
| #include "CCAppendQuadsData.h"
|
| #include "CCDamageTracker.h"
|
| @@ -16,14 +16,14 @@
|
| #include "CCLayerIterator.h"
|
| #include "CCLayerTreeHost.h"
|
| #include "CCLayerTreeHostCommon.h"
|
| -#include "CCMathUtil.h"
|
| -#include "CCOverdrawMetrics.h"
|
| -#include "CCPageScaleAnimation.h"
|
| -#include "CCPrioritizedTextureManager.h"
|
| -#include "CCRenderPassDrawQuad.h"
|
| #include "base/basictypes.h"
|
| #include "base/debug/trace_event.h"
|
| #include "cc/gl_renderer.h"
|
| +#include "cc/math_util.h"
|
| +#include "cc/overdraw_metrics.h"
|
| +#include "cc/page_scale_animation.h"
|
| +#include "cc/prioritized_texture_manager.h"
|
| +#include "cc/render_pass_draw_quad.h"
|
| #include "cc/rendering_stats.h"
|
| #include "cc/scrollbar_animation_controller.h"
|
| #include "cc/scrollbar_layer_impl.h"
|
|
|