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

Unified Diff: cc/layer_tree_host.cc

Issue 11225040: cc: Remove CC*.h temporary includes, part 5/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes 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/layer_tree_host.h ('k') | cc/layer_tree_host_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_host.cc
diff --git a/cc/layer_tree_host.cc b/cc/layer_tree_host.cc
index c6d3003279fe669bbd01f13c33a3db5e99ef2f29..bc1c72ccebb4c665104eeb5283b91e2336b36ae0 100644
--- a/cc/layer_tree_host.cc
+++ b/cc/layer_tree_host.cc
@@ -4,19 +4,19 @@
#include "config.h"
-#include "CCLayerTreeHost.h"
+#include "cc/layer_tree_host.h"
#include "CCFontAtlas.h"
#include "CCGraphicsContext.h"
-#include "CCHeadsUpDisplayLayerImpl.h"
-#include "CCLayerAnimationController.h"
-#include "CCLayerIterator.h"
-#include "CCLayerTreeHostClient.h"
-#include "CCLayerTreeHostCommon.h"
#include "Region.h"
#include "base/debug/trace_event.h"
#include "cc/heads_up_display_layer.h"
+#include "cc/heads_up_display_layer_impl.h"
#include "cc/layer.h"
+#include "cc/layer_animation_controller.h"
+#include "cc/layer_iterator.h"
+#include "cc/layer_tree_host_client.h"
+#include "cc/layer_tree_host_common.h"
#include "cc/layer_tree_host_impl.h"
#include "cc/occlusion_tracker.h"
#include "cc/overdraw_metrics.h"
« no previous file with comments | « cc/layer_tree_host.h ('k') | cc/layer_tree_host_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698