| Index: cc/layer_tree_host_impl.cc
|
| diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc
|
| index aa1b9dbf1a101f4df21978a2454db755e16ff907..d8d885d2be8019b0031ff751d10bc272501a8701 100644
|
| --- a/cc/layer_tree_host_impl.cc
|
| +++ b/cc/layer_tree_host_impl.cc
|
| @@ -12,13 +12,13 @@
|
| #include "CCDelayBasedTimeSource.h"
|
| #include "CCFontAtlas.h"
|
| #include "CCFrameRateCounter.h"
|
| -#include "CCHeadsUpDisplayLayerImpl.h"
|
| -#include "CCLayerIterator.h"
|
| -#include "CCLayerTreeHost.h"
|
| -#include "CCLayerTreeHostCommon.h"
|
| #include "base/basictypes.h"
|
| #include "base/debug/trace_event.h"
|
| #include "cc/gl_renderer.h"
|
| +#include "cc/heads_up_display_layer_impl.h"
|
| +#include "cc/layer_iterator.h"
|
| +#include "cc/layer_tree_host.h"
|
| +#include "cc/layer_tree_host_common.h"
|
| #include "cc/math_util.h"
|
| #include "cc/overdraw_metrics.h"
|
| #include "cc/page_scale_animation.h"
|
|
|