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

Unified Diff: cc/layer_tree_host_impl.cc

Issue 11228059: cc: Remove CC*.h temporary includes, part 6/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase - fix conflicts 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 a87302e371b9f5ad343c8f8bd85ee10e9f633bb0..af132547a171c7160df8edb71ddf0298bc544b2b 100644
--- a/cc/layer_tree_host_impl.cc
+++ b/cc/layer_tree_host_impl.cc
@@ -6,14 +6,14 @@
#include "cc/layer_tree_host_impl.h"
-#include "CCAppendQuadsData.h"
-#include "CCDamageTracker.h"
-#include "CCDebugRectHistory.h"
-#include "CCDelayBasedTimeSource.h"
-#include "CCFontAtlas.h"
-#include "CCFrameRateCounter.h"
#include "base/basictypes.h"
#include "base/debug/trace_event.h"
+#include "cc/append_quads_data.h"
+#include "cc/damage_tracker.h"
+#include "cc/debug_rect_history.h"
+#include "cc/delay_based_time_source.h"
+#include "cc/font_atlas.h"
+#include "cc/frame_rate_counter.h"
#include "cc/gl_renderer.h"
#include "cc/heads_up_display_layer_impl.h"
#include "cc/layer_iterator.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