diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-19 13:18:02 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-19 13:18:02 +0000 |
commit | bbf3513ee7fed3c7ff13f7e29cf6959e99d544f5 (patch) | |
tree | aba1b61bd99c56a93e156755b202b56c8fa9e82e /cc/render_pass.cc | |
parent | 9ed04344539bc3e05a82be1889ddc73906e48c56 (diff) | |
download | chromium_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/render_pass.cc')
-rw-r--r-- | cc/render_pass.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/render_pass.cc b/cc/render_pass.cc index d628c0d..58e7dfe 100644 --- a/cc/render_pass.cc +++ b/cc/render_pass.cc @@ -10,8 +10,8 @@ #include "CCMathUtil.h" #include "CCOcclusionTracker.h" #include "CCQuadCuller.h" -#include "CCSharedQuadState.h" -#include "CCSolidColorDrawQuad.h" +#include "cc/shared_quad_state.h" +#include "cc/solid_color_draw_quad.h" using WebKit::WebTransformationMatrix; |