Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1678)

Unified Diff: cc/gl_renderer.cc

Issue 11233025: cc: Remove CC*.h temporary includes, part 4/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/gl_renderer.h ('k') | cc/gl_renderer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/gl_renderer.cc
diff --git a/cc/gl_renderer.cc b/cc/gl_renderer.cc
index 751057145f390c4955da3e900bfb5fe81a615c59..51d46f529c64d1b54f178b43885f25f410e805b4 100644
--- a/cc/gl_renderer.cc
+++ b/cc/gl_renderer.cc
@@ -8,10 +8,6 @@
#include "CCDamageTracker.h"
#include "CCLayerQuad.h"
-#include "CCMathUtil.h"
-#include "CCProxy.h"
-#include "CCRenderPass.h"
-#include "CCRenderSurfaceFilters.h"
#include "FloatQuad.h"
#include "GrTexture.h"
#include "NotImplemented.h"
@@ -20,7 +16,11 @@
#include "base/string_split.h"
#include "base/string_util.h"
#include "cc/geometry_binding.h"
+#include "cc/math_util.h"
#include "cc/platform_color.h"
+#include "cc/proxy.h"
+#include "cc/render_pass.h"
+#include "cc/render_surface_filters.h"
#include "cc/scoped_texture.h"
#include "cc/settings.h"
#include "cc/single_thread_proxy.h"
« no previous file with comments | « cc/gl_renderer.h ('k') | cc/gl_renderer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698