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

Unified Diff: cc/software_renderer.cc

Issue 11225022: cc: Remove CC*.h temporary includes, part 2/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/single_thread_proxy.cc ('k') | cc/software_renderer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/software_renderer.cc
diff --git a/cc/software_renderer.cc b/cc/software_renderer.cc
index 3eda90404eb61d2cc24af6a9d935683a08d77b6d..3625e37a4cb0f3e1e6893b400be71af711ca1b61 100644
--- a/cc/software_renderer.cc
+++ b/cc/software_renderer.cc
@@ -8,9 +8,9 @@
#include "CCDebugBorderDrawQuad.h"
#include "CCRenderPassDrawQuad.h"
-#include "CCTileDrawQuad.h"
#include "cc/solid_color_draw_quad.h"
#include "cc/texture_draw_quad.h"
+#include "cc/tile_draw_quad.h"
#include "third_party/skia/include/core/SkCanvas.h"
#include "third_party/skia/include/core/SkColor.h"
#include "third_party/skia/include/core/SkMatrix.h"
« no previous file with comments | « cc/single_thread_proxy.cc ('k') | cc/software_renderer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698