summaryrefslogtreecommitdiffstats
path: root/cc/render_surface_impl.cc
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-19 13:40:29 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-19 13:40:29 +0000
commitad5d142574850436f1ef5e2d94aa68c8d6594dfc (patch)
tree915eb600b08485fb948c13769592698f1d3f0ae9 /cc/render_surface_impl.cc
parente3a71831c6eded3764955fd4d82b8e1b72b3773e (diff)
downloadchromium_src-ad5d142574850436f1ef5e2d94aa68c8d6594dfc.zip
chromium_src-ad5d142574850436f1ef5e2d94aa68c8d6594dfc.tar.gz
chromium_src-ad5d142574850436f1ef5e2d94aa68c8d6594dfc.tar.bz2
Revert r162986 "cc: Remove CC*.h temporary includes, part 1/4."
Build fails with "gclient hooks failed" error. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162988 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/render_surface_impl.cc')
-rw-r--r--cc/render_surface_impl.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/render_surface_impl.cc b/cc/render_surface_impl.cc
index 7f7a568..17eaffe 100644
--- a/cc/render_surface_impl.cc
+++ b/cc/render_surface_impl.cc
@@ -6,6 +6,8 @@
#include "CCRenderSurface.h"
+#include "base/logging.h"
+#include "base/stringprintf.h"
#include "CCDamageTracker.h"
#include "CCDebugBorderDrawQuad.h"
#include "CCDelegatedRendererLayerImpl.h"
@@ -15,9 +17,7 @@
#include "CCRenderPass.h"
#include "CCRenderPassDrawQuad.h"
#include "CCRenderPassSink.h"
-#include "base/logging.h"
-#include "base/stringprintf.h"
-#include "cc/shared_quad_state.h"
+#include "CCSharedQuadState.h"
#include <public/WebTransformationMatrix.h>
using WebKit::WebTransformationMatrix;