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

Unified Diff: cc/content_layer.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/content_layer.h ('k') | cc/content_layer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/content_layer.cc
diff --git a/cc/content_layer.cc b/cc/content_layer.cc
index 5c915f97dbb305eea2b071962604e0ce675cb24c..750ec7cd1e8e50d8addaf8e82b6e5f48260c311e 100644
--- a/cc/content_layer.cc
+++ b/cc/content_layer.cc
@@ -4,16 +4,16 @@
#include "config.h"
-#include "ContentLayerChromium.h"
+#include "cc/content_layer.h"
-#include "base/time.h"
-#include "BitmapCanvasLayerTextureUpdater.h"
-#include "BitmapSkPictureCanvasLayerTextureUpdater.h"
#include "CCLayerTreeHost.h"
#include "CCSettings.h"
-#include "ContentLayerChromiumClient.h"
-#include "FrameBufferSkPictureCanvasLayerTextureUpdater.h"
-#include "LayerPainterChromium.h"
+#include "base/time.h"
+#include "cc/bitmap_canvas_layer_texture_updater.h"
+#include "cc/bitmap_skpicture_canvas_layer_texture_updater.h"
+#include "cc/content_layer_client.h"
+#include "cc/frame_buffer_skpicture_canvas_layer_texture_updater.h"
+#include "cc/layer_painter.h"
#include <public/Platform.h>
namespace cc {
« no previous file with comments | « cc/content_layer.h ('k') | cc/content_layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698