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

Unified Diff: cc/resources/picture_layer_tiling.h

Issue 12471007: Part 8 of cc/ directory shuffles: resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/resources/picture.cc ('k') | cc/resources/picture_layer_tiling.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « cc/resources/picture.cc ('k') | cc/resources/picture_layer_tiling.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698