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

Unified Diff: cc/layer_tree_host_common.cc

Issue 11189011: cc: Remove the temporary header files that aren't prefixed with CC* (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.cc ('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_common.cc
diff --git a/cc/layer_tree_host_common.cc b/cc/layer_tree_host_common.cc
index 24274a6f6f59f4213fdfc1fe73a6070a74b84329..1044930a844b0b390be87693489cbec953d05f62 100644
--- a/cc/layer_tree_host_common.cc
+++ b/cc/layer_tree_host_common.cc
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-
#include "config.h"
#include "CCLayerTreeHostCommon.h"
@@ -14,8 +13,8 @@
#include "CCRenderSurface.h"
#include "FloatQuad.h"
#include "IntRect.h"
-#include "LayerChromium.h"
-#include "RenderSurfaceChromium.h"
+#include "cc/layer.h"
+#include "cc/render_surface.h"
#include <public/WebTransformationMatrix.h>
using WebKit::WebTransformationMatrix;
« no previous file with comments | « cc/layer_tree_host.cc ('k') | cc/layer_tree_host_common_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698