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

Unified Diff: cc/resources/tile_manager.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/tile.cc ('k') | cc/resources/tile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/tile_manager.h
diff --git a/cc/tile_manager.h b/cc/resources/tile_manager.h
similarity index 96%
rename from cc/tile_manager.h
rename to cc/resources/tile_manager.h
index 4da9d4b0154be831125ba4f972afc86904408634..b67e2699b6fe09f0ad7e7e3ab9ff7aef3a2235bc 100644
--- a/cc/tile_manager.h
+++ b/cc/resources/tile_manager.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_TILE_MANAGER_H_
-#define CC_TILE_MANAGER_H_
+#ifndef CC_RESOURCES_TILE_MANAGER_H_
+#define CC_RESOURCES_TILE_MANAGER_H_
#include <list>
#include <queue>
@@ -15,10 +15,10 @@
#include "base/values.h"
#include "cc/base/worker_pool.h"
#include "cc/debug/rendering_stats.h"
-#include "cc/memory_history.h"
-#include "cc/picture_pile_impl.h"
-#include "cc/resource_pool.h"
-#include "cc/tile_priority.h"
+#include "cc/resources/memory_history.h"
+#include "cc/resources/picture_pile_impl.h"
+#include "cc/resources/resource_pool.h"
+#include "cc/resources/tile_priority.h"
namespace cc {
class RasterWorkerPool;
@@ -228,4 +228,4 @@ class CC_EXPORT TileManager : public WorkerPoolClient {
} // namespace cc
-#endif // CC_TILE_MANAGER_H_
+#endif // CC_RESOURCES_TILE_MANAGER_H_
« no previous file with comments | « cc/resources/tile.cc ('k') | cc/resources/tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698