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

Unified Diff: cc/render_pass.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/rate_limiter.cc ('k') | cc/render_pass_draw_quad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/render_pass.cc
diff --git a/cc/render_pass.cc b/cc/render_pass.cc
index d6e298f5a02f9aa3ddce5462a9e695beca99df4f..c14a51ad21900058e9f29baf6fd9fb3e6e9b2c99 100644
--- a/cc/render_pass.cc
+++ b/cc/render_pass.cc
@@ -4,12 +4,12 @@
#include "config.h"
-#include "CCRenderPass.h"
+#include "cc/render_pass.h"
#include "CCLayerImpl.h"
-#include "CCMathUtil.h"
-#include "CCOcclusionTracker.h"
-#include "CCQuadCuller.h"
+#include "cc/math_util.h"
+#include "cc/occlusion_tracker.h"
+#include "cc/quad_culler.h"
#include "cc/shared_quad_state.h"
#include "cc/solid_color_draw_quad.h"
« no previous file with comments | « cc/rate_limiter.cc ('k') | cc/render_pass_draw_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698