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

Unified Diff: cc/layer_tree_host_impl.cc

Issue 12472028: Part 1 of cc/ directory shuffles: base (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
Index: cc/layer_tree_host_impl.cc
diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc
index 3c13252533264361d6f3f2234f17bf91f0a72c40..6134a2530a0bd96cd516a4263bd1f42d336068ca 100644
--- a/cc/layer_tree_host_impl.cc
+++ b/cc/layer_tree_host_impl.cc
@@ -13,6 +13,8 @@
#include "base/stl_util.h"
#include "base/stringprintf.h"
#include "cc/append_quads_data.h"
+#include "cc/base/math_util.h"
+#include "cc/base/util.h"
#include "cc/compositor_frame_metadata.h"
#include "cc/damage_tracker.h"
#include "cc/debug_rect_history.h"
@@ -25,7 +27,6 @@
#include "cc/layer_tree_host.h"
#include "cc/layer_tree_host_common.h"
#include "cc/layer_tree_impl.h"
-#include "cc/math_util.h"
#include "cc/memory_history.h"
#include "cc/overdraw_metrics.h"
#include "cc/page_scale_animation.h"
@@ -44,7 +45,6 @@
#include "cc/texture_uploader.h"
#include "cc/top_controls_manager.h"
#include "cc/tree_synchronizer.h"
-#include "cc/util.h"
#include "ui/gfx/size_conversions.h"
#include "ui/gfx/vector2d_conversions.h"
« cc/cc.gyp ('K') | « cc/layer_tree_host_impl.h ('k') | cc/layer_tree_host_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698