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

Unified Diff: cc/tiles/picture_layer_tiling.h

Issue 1144693002: cc: Move files out of cc/resources/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resources: android Created 5 years, 7 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/tiles/layer_tiling_data.cc ('k') | cc/tiles/picture_layer_tiling.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiles/picture_layer_tiling.h
diff --git a/cc/resources/picture_layer_tiling.h b/cc/tiles/picture_layer_tiling.h
similarity index 98%
rename from cc/resources/picture_layer_tiling.h
rename to cc/tiles/picture_layer_tiling.h
index 8ae68e1d67ab90c831437071295a612fbf458354..8af4c4c9b3014054c1b5dcfc70bdcdabd9a2fb00 100644
--- a/cc/resources/picture_layer_tiling.h
+++ b/cc/tiles/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_RESOURCES_PICTURE_LAYER_TILING_H_
-#define CC_RESOURCES_PICTURE_LAYER_TILING_H_
+#ifndef CC_TILES_PICTURE_LAYER_TILING_H_
+#define CC_TILES_PICTURE_LAYER_TILING_H_
#include <map>
#include <utility>
@@ -15,8 +15,8 @@
#include "cc/base/cc_export.h"
#include "cc/base/region.h"
#include "cc/base/tiling_data.h"
-#include "cc/resources/tile.h"
-#include "cc/resources/tile_priority.h"
+#include "cc/tiles/tile.h"
+#include "cc/tiles/tile_priority.h"
#include "cc/trees/occlusion.h"
#include "ui/gfx/geometry/rect.h"
@@ -368,4 +368,4 @@ class CC_EXPORT PictureLayerTiling {
} // namespace cc
-#endif // CC_RESOURCES_PICTURE_LAYER_TILING_H_
+#endif // CC_TILES_PICTURE_LAYER_TILING_H_
« no previous file with comments | « cc/tiles/layer_tiling_data.cc ('k') | cc/tiles/picture_layer_tiling.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698