Index: cc/resources/bitmap_skpicture_content_layer_updater.cc |
diff --git a/cc/bitmap_skpicture_content_layer_updater.cc b/cc/resources/bitmap_skpicture_content_layer_updater.cc |
similarity index 93% |
rename from cc/bitmap_skpicture_content_layer_updater.cc |
rename to cc/resources/bitmap_skpicture_content_layer_updater.cc |
index 77949a5c435ee7127bcb2f388780f890f01a48ce..9931e11c8f3870a584b5958b072228f6e7609056 100644 |
--- a/cc/bitmap_skpicture_content_layer_updater.cc |
+++ b/cc/resources/bitmap_skpicture_content_layer_updater.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "cc/bitmap_skpicture_content_layer_updater.h" |
+#include "cc/resources/bitmap_skpicture_content_layer_updater.h" |
#include "base/time.h" |
#include "cc/debug/rendering_stats.h" |
-#include "cc/layer_painter.h" |
-#include "cc/prioritized_resource.h" |
-#include "cc/resource_update_queue.h" |
+#include "cc/resources/layer_painter.h" |
+#include "cc/resources/prioritized_resource.h" |
+#include "cc/resources/resource_update_queue.h" |
#include "third_party/skia/include/core/SkCanvas.h" |
#include "third_party/skia/include/core/SkDevice.h" |