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

Unified Diff: cc/trees/layer_tree_host.cc

Issue 12603013: Part 10 of cc/ directory shuffles: layers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/trees/layer_sorter_unittest.cc ('k') | cc/trees/layer_tree_host_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host.cc
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
index 2de01a5f6088ba44c502853ada72687001c08343..81ab61670daa43df991e633835abc32c5aead67a 100644
--- a/cc/trees/layer_tree_host.cc
+++ b/cc/trees/layer_tree_host.cc
@@ -16,16 +16,16 @@
#include "cc/base/switches.h"
#include "cc/base/thread.h"
#include "cc/debug/overdraw_metrics.h"
-#include "cc/heads_up_display_layer.h"
-#include "cc/heads_up_display_layer_impl.h"
#include "cc/input/top_controls_manager.h"
-#include "cc/layer.h"
-#include "cc/layer_iterator.h"
+#include "cc/layers/heads_up_display_layer.h"
+#include "cc/layers/heads_up_display_layer_impl.h"
+#include "cc/layers/layer.h"
+#include "cc/layers/layer_iterator.h"
+#include "cc/layers/scrollbar_layer.h"
#include "cc/pinch_zoom_scrollbar.h"
#include "cc/pinch_zoom_scrollbar_geometry.h"
#include "cc/pinch_zoom_scrollbar_painter.h"
#include "cc/resources/prioritized_resource_manager.h"
-#include "cc/scrollbar_layer.h"
#include "cc/trees/layer_tree_host_client.h"
#include "cc/trees/layer_tree_host_common.h"
#include "cc/trees/layer_tree_host_impl.h"
« no previous file with comments | « cc/trees/layer_sorter_unittest.cc ('k') | cc/trees/layer_tree_host_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698