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

Unified Diff: cc/texture_layer_impl.cc

Issue 11227005: Reland "cc: Remove CC*.h temporary includes, part 1/4." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: the fix 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/texture_layer.cc ('k') | cc/texture_update_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/texture_layer_impl.cc
diff --git a/cc/texture_layer_impl.cc b/cc/texture_layer_impl.cc
index bb92ed8b423bf50a8876ca36644e7f3ba2b28fca..e88f85d1e0220e348e49432545c6a593e8122ea6 100644
--- a/cc/texture_layer_impl.cc
+++ b/cc/texture_layer_impl.cc
@@ -4,12 +4,12 @@
#include "config.h"
-#include "CCTextureLayerImpl.h"
+#include "cc/texture_layer_impl.h"
-#include "base/stringprintf.h"
#include "CCQuadSink.h"
#include "CCRenderer.h"
-#include "CCTextureDrawQuad.h"
+#include "base/stringprintf.h"
+#include "cc/texture_draw_quad.h"
namespace cc {
« no previous file with comments | « cc/texture_layer.cc ('k') | cc/texture_update_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698