| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index 302acef9654018ec542a065315f32bf3ffd2aadb..17cd62f384bf7a07ab552795a623d46449226a8c 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -26,16 +26,16 @@
|
| #include "cc/input/page_scale_animation.h"
|
| #include "cc/input/top_controls_manager.h"
|
| #include "cc/layer_iterator.h"
|
| -#include "cc/memory_history.h"
|
| #include "cc/output/compositor_frame_metadata.h"
|
| #include "cc/output/delegating_renderer.h"
|
| #include "cc/output/gl_renderer.h"
|
| #include "cc/output/software_renderer.h"
|
| -#include "cc/picture_layer_tiling.h"
|
| -#include "cc/prioritized_resource_manager.h"
|
| #include "cc/quads/render_pass_draw_quad.h"
|
| #include "cc/quads/shared_quad_state.h"
|
| #include "cc/quads/solid_color_draw_quad.h"
|
| +#include "cc/resources/memory_history.h"
|
| +#include "cc/resources/picture_layer_tiling.h"
|
| +#include "cc/resources/prioritized_resource_manager.h"
|
| #include "cc/scrollbar_layer_impl.h"
|
| #include "cc/texture_uploader.h"
|
| #include "cc/trees/damage_tracker.h"
|
|
|