Index: cc/resources/picture_layer_tiling.h |
diff --git a/cc/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h |
similarity index 96% |
rename from cc/picture_layer_tiling.h |
rename to cc/resources/picture_layer_tiling.h |
index 5049be15419b2df85e4b2fe3e24db7ada4e677bf..e21cf7b01b8f884894217383f338f3571a020de4 100644 |
--- a/cc/picture_layer_tiling.h |
+++ b/cc/resources/picture_layer_tiling.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CC_PICTURE_LAYER_TILING_H_ |
-#define CC_PICTURE_LAYER_TILING_H_ |
+#ifndef CC_RESOURCES_PICTURE_LAYER_TILING_H_ |
+#define CC_RESOURCES_PICTURE_LAYER_TILING_H_ |
#include "base/basictypes.h" |
#include "base/hash_tables.h" |
@@ -12,8 +12,8 @@ |
#include "cc/base/hash_pair.h" |
#include "cc/base/region.h" |
#include "cc/base/tiling_data.h" |
-#include "cc/tile.h" |
-#include "cc/tile_priority.h" |
+#include "cc/resources/tile.h" |
+#include "cc/resources/tile_priority.h" |
#include "ui/gfx/rect.h" |
namespace cc { |
@@ -173,4 +173,4 @@ class CC_EXPORT PictureLayerTiling { |
} // namespace cc |
-#endif // CC_PICTURE_LAYER_TILING_H_ |
+#endif // CC_RESOURCES_PICTURE_LAYER_TILING_H_ |