summaryrefslogtreecommitdiffstats
path: root/cc/layer_impl.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-19 13:18:02 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-19 13:18:02 +0000
commitbbf3513ee7fed3c7ff13f7e29cf6959e99d544f5 (patch)
treeaba1b61bd99c56a93e156755b202b56c8fa9e82e /cc/layer_impl.h
parent9ed04344539bc3e05a82be1889ddc73906e48c56 (diff)
downloadchromium_src-bbf3513ee7fed3c7ff13f7e29cf6959e99d544f5.zip
chromium_src-bbf3513ee7fed3c7ff13f7e29cf6959e99d544f5.tar.gz
chromium_src-bbf3513ee7fed3c7ff13f7e29cf6959e99d544f5.tar.bz2
cc: Remove CC*.h temporary includes, part 1/4.
BUG=155413 TEST=cc_unittests R=enne@chromium.org Review URL: https://chromiumcodereview.appspot.com/11189076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162986 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/layer_impl.h')
-rw-r--r--cc/layer_impl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cc/layer_impl.h b/cc/layer_impl.h
index 32be1cd..f8a7e0b 100644
--- a/cc/layer_impl.h
+++ b/cc/layer_impl.h
@@ -5,18 +5,18 @@
#ifndef CCLayerImpl_h
#define CCLayerImpl_h
-#include "base/memory/scoped_ptr.h"
-#include "base/logging.h"
-#include "cc/scoped_ptr_vector.h"
#include "CCInputHandler.h"
#include "CCLayerAnimationController.h"
#include "CCRenderPass.h"
#include "CCRenderSurface.h"
#include "CCResourceProvider.h"
-#include "CCSharedQuadState.h"
#include "FloatRect.h"
#include "IntRect.h"
#include "Region.h"
+#include "base/logging.h"
+#include "base/memory/scoped_ptr.h"
+#include "cc/scoped_ptr_vector.h"
+#include "cc/shared_quad_state.h"
#include "third_party/skia/include/core/SkColor.h"
#include <public/WebFilterOperations.h>
#include <public/WebTransformationMatrix.h>