diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-21 15:01:40 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-21 15:01:40 +0000 |
commit | c4040a52daacf201ed76f070d56ff5d85a34b50e (patch) | |
tree | 1fac815d8697512184f4f06e128df48be2186311 /cc/layer_tree_host_impl.cc | |
parent | 3272d5f6f88d56d0920391052a25875ad7f13757 (diff) | |
download | chromium_src-c4040a52daacf201ed76f070d56ff5d85a34b50e.zip chromium_src-c4040a52daacf201ed76f070d56ff5d85a34b50e.tar.gz chromium_src-c4040a52daacf201ed76f070d56ff5d85a34b50e.tar.bz2 |
cc: Remove CC*.h temporary includes, part 3/4.
BUG=155413
TEST=cc_unittests
R=enne@chromium.org,jamesr@chromium.org
TBR=jamesr@chromium.org
Review URL: https://codereview.chromium.org/11228017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163205 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/layer_tree_host_impl.cc')
-rw-r--r-- | cc/layer_tree_host_impl.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc index a4367bf..422fa65 100644 --- a/cc/layer_tree_host_impl.cc +++ b/cc/layer_tree_host_impl.cc @@ -21,15 +21,15 @@ #include "CCPageScaleAnimation.h" #include "CCPrioritizedTextureManager.h" #include "CCRenderPassDrawQuad.h" -#include "CCRendererGL.h" -#include "CCRendererSoftware.h" -#include "CCRenderingStats.h" -#include "CCScrollbarAnimationController.h" -#include "CCScrollbarLayerImpl.h" -#include "CCSettings.h" #include "base/basictypes.h" #include "base/debug/trace_event.h" +#include "cc/gl_renderer.h" +#include "cc/rendering_stats.h" +#include "cc/scrollbar_animation_controller.h" +#include "cc/scrollbar_layer_impl.h" +#include "cc/settings.h" #include "cc/single_thread_proxy.h" +#include "cc/software_renderer.h" #include "cc/texture_uploader.h" #include <wtf/CurrentTime.h> #include <algorithm> |