| Index: cc/layer_tree_host_impl.cc
|
| diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc
|
| index a2f7a178b64358fe5a5f81ecb17929959e8e4468..a0a26a8c852edfb783d68f060ea39c410df5fb4e 100644
|
| --- a/cc/layer_tree_host_impl.cc
|
| +++ b/cc/layer_tree_host_impl.cc
|
| @@ -12,6 +12,7 @@
|
| #include "base/metrics/histogram.h"
|
| #include "base/stl_util.h"
|
| #include "base/stringprintf.h"
|
| +#include "cc/animation/scrollbar_animation_controller.h"
|
| #include "cc/append_quads_data.h"
|
| #include "cc/base/math_util.h"
|
| #include "cc/base/util.h"
|
| @@ -36,7 +37,6 @@
|
| #include "cc/prioritized_resource_manager.h"
|
| #include "cc/quad_culler.h"
|
| #include "cc/render_pass_draw_quad.h"
|
| -#include "cc/scrollbar_animation_controller.h"
|
| #include "cc/scrollbar_layer_impl.h"
|
| #include "cc/shared_quad_state.h"
|
| #include "cc/single_thread_proxy.h"
|
|
|