Index: cc/layers/tiled_layer.cc |
diff --git a/cc/tiled_layer.cc b/cc/layers/tiled_layer.cc |
similarity index 99% |
rename from cc/tiled_layer.cc |
rename to cc/layers/tiled_layer.cc |
index 6058a769dfe98e1f05434f84993966e08963fdfb..e64222b7b44e589e9a60259a4ba9323eb9540fdc 100644 |
--- a/cc/tiled_layer.cc |
+++ b/cc/layers/tiled_layer.cc |
@@ -2,17 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "cc/tiled_layer.h" |
+#include "cc/layers/tiled_layer.h" |
#include "base/auto_reset.h" |
#include "base/basictypes.h" |
#include "build/build_config.h" |
#include "cc/debug/overdraw_metrics.h" |
-#include "cc/layer_impl.h" |
+#include "cc/layers/layer_impl.h" |
+#include "cc/layers/tiled_layer_impl.h" |
#include "cc/resources/layer_updater.h" |
#include "cc/resources/prioritized_resource.h" |
#include "cc/resources/priority_calculator.h" |
-#include "cc/tiled_layer_impl.h" |
#include "cc/trees/layer_tree_host.h" |
#include "third_party/khronos/GLES2/gl2.h" |
#include "ui/gfx/rect_conversions.h" |