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

Unified Diff: cc/raster/tile_task_runner.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/raster/texture_compressor_perftest.cc ('k') | cc/raster/tile_task_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/raster/tile_task_runner.h
diff --git a/cc/resources/tile_task_runner.h b/cc/raster/tile_task_runner.h
similarity index 96%
rename from cc/resources/tile_task_runner.h
rename to cc/raster/tile_task_runner.h
index 70c2c25e27d56f3c0a3e188a6700aff6041068df..234ca6f04ab5fc2be423e5d775de7e79cc99c27b 100644
--- a/cc/resources/tile_task_runner.h
+++ b/cc/raster/tile_task_runner.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_RESOURCES_TILE_TASK_RUNNER_H_
-#define CC_RESOURCES_TILE_TASK_RUNNER_H_
+#ifndef CC_RASTER_TILE_TASK_RUNNER_H_
+#define CC_RASTER_TILE_TASK_RUNNER_H_
#include <bitset>
#include <vector>
#include "base/callback.h"
+#include "cc/raster/task_graph_runner.h"
#include "cc/resources/resource_format.h"
-#include "cc/resources/task_graph_runner.h"
namespace cc {
class ImageDecodeTask;
@@ -169,4 +169,4 @@ class CC_EXPORT TileTaskRunner {
} // namespace cc
-#endif // CC_RESOURCES_TILE_TASK_RUNNER_H_
+#endif // CC_RASTER_TILE_TASK_RUNNER_H_
« no previous file with comments | « cc/raster/texture_compressor_perftest.cc ('k') | cc/raster/tile_task_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698