| Index: cc/layer_tree_host_impl.cc
|
| diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc
|
| index f6505382f95f8818b5410eb4a3c7435511d779cb..8fd497755e4eef2bd6e2b49c1e1a69c188093fc2 100644
|
| --- a/cc/layer_tree_host_impl.cc
|
| +++ b/cc/layer_tree_host_impl.cc
|
| @@ -17,15 +17,15 @@
|
| #include "CCLayerIterator.h"
|
| #include "CCLayerTreeHost.h"
|
| #include "CCLayerTreeHostCommon.h"
|
| -#include "CCMathUtil.h"
|
| +#include "cc/math_util.h"
|
| #include "CCOverdrawMetrics.h"
|
| #include "CCPageScaleAnimation.h"
|
| #include "CCPrioritizedTextureManager.h"
|
| #include "CCRenderPassDrawQuad.h"
|
| -#include "CCRendererGL.h"
|
| -#include "CCRendererSoftware.h"
|
| -#include "CCRenderingStats.h"
|
| -#include "CCScrollbarAnimationController.h"
|
| +#include "cc/gl_renderer.h"
|
| +#include "cc/software_renderer.h"
|
| +#include "cc/rendering_stats.h"
|
| +#include "cc/scrollbar_animation_controller.h"
|
| #include "CCScrollbarLayerImpl.h"
|
| #include "CCSettings.h"
|
| #include "CCSingleThreadProxy.h"
|
|
|