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

Unified Diff: cc/resources/tile_manager.cc

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_manager.h ('k') | cc/resources/tile_priority.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/tile_manager.cc
diff --git a/cc/tile_manager.cc b/cc/resources/tile_manager.cc
similarity index 99%
rename from cc/tile_manager.cc
rename to cc/resources/tile_manager.cc
index b7bd9dc5463dada49669e32b10ef54d1a6ae0c80..d45560682e6e7987b454341125f159a2849205b5 100644
--- a/cc/tile_manager.cc
+++ b/cc/resources/tile_manager.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/tile_manager.h"
+#include "cc/resources/tile_manager.h"
#include <algorithm>
@@ -12,10 +12,10 @@
#include "base/logging.h"
#include "base/metrics/histogram.h"
#include "cc/debug/devtools_instrumentation.h"
-#include "cc/platform_color.h"
-#include "cc/raster_worker_pool.h"
-#include "cc/resource_pool.h"
-#include "cc/tile.h"
+#include "cc/resources/platform_color.h"
+#include "cc/resources/raster_worker_pool.h"
+#include "cc/resources/resource_pool.h"
+#include "cc/resources/tile.h"
#include "third_party/skia/include/core/SkDevice.h"
namespace cc {
« no previous file with comments | « cc/resources/tile_manager.h ('k') | cc/resources/tile_priority.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698