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

Unified Diff: cc/layer_tree_host_impl.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_impl.h ('k') | cc/layer_tree_host_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_host_impl.cc
diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc
index 422fa65892f1b0e85f3409ff0418fdf7caa889e8..d762b0c32a093fc3b0864b5d011c4e0cc603749b 100644
--- a/cc/layer_tree_host_impl.cc
+++ b/cc/layer_tree_host_impl.cc
@@ -4,7 +4,7 @@
#include "config.h"
-#include "CCLayerTreeHostImpl.h"
+#include "cc/layer_tree_host_impl.h"
#include "CCAppendQuadsData.h"
#include "CCDamageTracker.h"
@@ -16,14 +16,14 @@
#include "CCLayerIterator.h"
#include "CCLayerTreeHost.h"
#include "CCLayerTreeHostCommon.h"
-#include "CCMathUtil.h"
-#include "CCOverdrawMetrics.h"
-#include "CCPageScaleAnimation.h"
-#include "CCPrioritizedTextureManager.h"
-#include "CCRenderPassDrawQuad.h"
#include "base/basictypes.h"
#include "base/debug/trace_event.h"
#include "cc/gl_renderer.h"
+#include "cc/math_util.h"
+#include "cc/overdraw_metrics.h"
+#include "cc/page_scale_animation.h"
+#include "cc/prioritized_texture_manager.h"
+#include "cc/render_pass_draw_quad.h"
#include "cc/rendering_stats.h"
#include "cc/scrollbar_animation_controller.h"
#include "cc/scrollbar_layer_impl.h"
« no previous file with comments | « 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