| 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_
|
|
|