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

Unified Diff: cc/layer_tree_host.cc

Issue 11225022: cc: Remove CC*.h temporary includes, part 2/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/keyframed_animation_curve.h ('k') | cc/layer_tree_host_common_unittest.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 f50ab4bcd3c5e0319d055f1b673138a83ff32f32..f418565c5abb12e7b82daaf59d3cb242461ec0c5 100644
--- a/cc/layer_tree_host.cc
+++ b/cc/layer_tree_host.cc
@@ -17,12 +17,12 @@
#include "CCOcclusionTracker.h"
#include "CCOverdrawMetrics.h"
#include "CCSettings.h"
-#include "CCThreadProxy.h"
#include "Region.h"
#include "base/debug/trace_event.h"
#include "cc/heads_up_display_layer.h"
#include "cc/layer.h"
#include "cc/single_thread_proxy.h"
+#include "cc/thread_proxy.h"
#include "cc/tree_synchronizer.h"
using namespace std;
« no previous file with comments | « cc/keyframed_animation_curve.h ('k') | cc/layer_tree_host_common_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698