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

Unified Diff: cc/tiles/layer_tiling_data.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/eviction_tile_priority_queue.cc ('k') | cc/tiles/layer_tiling_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiles/layer_tiling_data.h
diff --git a/cc/resources/layer_tiling_data.h b/cc/tiles/layer_tiling_data.h
similarity index 95%
rename from cc/resources/layer_tiling_data.h
rename to cc/tiles/layer_tiling_data.h
index 526da6faf1e19d4f78b2d1f01cf4ccea21287e69..5e944a569bf2ab7d2617df7322c015be9f593085 100644
--- a/cc/resources/layer_tiling_data.h
+++ b/cc/tiles/layer_tiling_data.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_LAYER_TILING_DATA_H_
-#define CC_RESOURCES_LAYER_TILING_DATA_H_
+#ifndef CC_TILES_LAYER_TILING_DATA_H_
+#define CC_TILES_LAYER_TILING_DATA_H_
#include <utility>
@@ -99,4 +99,4 @@ class CC_EXPORT LayerTilingData {
} // namespace cc
-#endif // CC_RESOURCES_LAYER_TILING_DATA_H_
+#endif // CC_TILES_LAYER_TILING_DATA_H_
« no previous file with comments | « cc/tiles/eviction_tile_priority_queue.cc ('k') | cc/tiles/layer_tiling_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698