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

Unified Diff: cc/layer_tree_host.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/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 393f09dd7894c7a369924de3fc7215c2d8903f58..c6d3003279fe669bbd01f13c33a3db5e99ef2f29 100644
--- a/cc/layer_tree_host.cc
+++ b/cc/layer_tree_host.cc
@@ -13,13 +13,13 @@
#include "CCLayerIterator.h"
#include "CCLayerTreeHostClient.h"
#include "CCLayerTreeHostCommon.h"
-#include "CCLayerTreeHostImpl.h"
-#include "CCOcclusionTracker.h"
-#include "CCOverdrawMetrics.h"
#include "Region.h"
#include "base/debug/trace_event.h"
#include "cc/heads_up_display_layer.h"
#include "cc/layer.h"
+#include "cc/layer_tree_host_impl.h"
+#include "cc/occlusion_tracker.h"
+#include "cc/overdraw_metrics.h"
#include "cc/settings.h"
#include "cc/single_thread_proxy.h"
#include "cc/thread_proxy.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