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

Unified Diff: cc/bitmap_skpicture_canvas_layer_texture_updater.cc

Issue 11145033: cc: Get rid of CC*.h temporary header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased - fixed the conflicts hopefuly 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/bitmap_canvas_layer_texture_updater.cc ('k') | cc/canvas_layer_texture_updater.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/bitmap_skpicture_canvas_layer_texture_updater.cc
diff --git a/cc/bitmap_skpicture_canvas_layer_texture_updater.cc b/cc/bitmap_skpicture_canvas_layer_texture_updater.cc
index b9edeed8906baab0e1afc34dd7b125578f2fada9..4ebc4fb22907504056d76770d9351bd25c73f848 100644
--- a/cc/bitmap_skpicture_canvas_layer_texture_updater.cc
+++ b/cc/bitmap_skpicture_canvas_layer_texture_updater.cc
@@ -6,8 +6,8 @@
#include "cc/bitmap_skpicture_canvas_layer_texture_updater.h"
-#include "CCRenderingStats.h"
-#include "CCTextureUpdateQueue.h"
+#include "cc/rendering_stats.h"
+#include "cc/texture_update_queue.h"
#include "cc/layer_painter.h"
#include "cc/platform_color.h"
#include "third_party/skia/include/core/SkCanvas.h"
« no previous file with comments | « cc/bitmap_canvas_layer_texture_updater.cc ('k') | cc/canvas_layer_texture_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698