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

Unified Diff: cc/render_pass.cc

Issue 11189076: cc: Remove CC*.h temporary includes, part 1/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: f...k 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/render_pass.h ('k') | cc/render_surface_impl.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 d628c0d130054b7c6467a76ca89b8d23350c08af..58e7dfe1ca774df735f6f51e52b1c21ef6f38892 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;
« no previous file with comments | « cc/render_pass.h ('k') | cc/render_surface_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698