summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_host_impl.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-22 03:07:13 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-22 03:07:13 +0000
commit55a124d0d7dc22f835c6dd873f4755fb0aba85af (patch)
tree112eba01183d3db09f7b64a85df9a7d091e0d773 /cc/layer_tree_host_impl.h
parentbe24ab2e5c5145874a62661c957624ec860acd1d (diff)
downloadchromium_src-55a124d0d7dc22f835c6dd873f4755fb0aba85af.zip
chromium_src-55a124d0d7dc22f835c6dd873f4755fb0aba85af.tar.gz
chromium_src-55a124d0d7dc22f835c6dd873f4755fb0aba85af.tar.bz2
cc: Remove CC*.h temporary includes, part 4/4.
BUG=155413 TEST=cc_unittests R=enne@chromium.org,jamesr@chromium.org TBR=jamesr@chromium.org Review URL: https://chromiumcodereview.appspot.com/11233025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163225 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/layer_tree_host_impl.h')
-rw-r--r--cc/layer_tree_host_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
index 9f6d132..bcdc355 100644
--- a/cc/layer_tree_host_impl.h
+++ b/cc/layer_tree_host_impl.h
@@ -8,11 +8,11 @@
#include "CCAnimationEvents.h"
#include "CCInputHandler.h"
#include "CCLayerSorter.h"
-#include "CCRenderPass.h"
-#include "CCRenderPassSink.h"
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "base/time.h"
+#include "cc/render_pass.h"
+#include "cc/render_pass_sink.h"
#include "cc/renderer.h"
#include "third_party/skia/include/core/SkColor.h"
#include <public/WebCompositorOutputSurfaceClient.h>