| Index: cc/raster/one_copy_tile_task_worker_pool.h
|
| diff --git a/cc/resources/one_copy_tile_task_worker_pool.h b/cc/raster/one_copy_tile_task_worker_pool.h
|
| similarity index 95%
|
| rename from cc/resources/one_copy_tile_task_worker_pool.h
|
| rename to cc/raster/one_copy_tile_task_worker_pool.h
|
| index 51996677623909aa88ee1aeb1b93f2d0559f5ba8..35b8873033a1d813bd1db96df7e26b8a0a859b13 100644
|
| --- a/cc/resources/one_copy_tile_task_worker_pool.h
|
| +++ b/cc/raster/one_copy_tile_task_worker_pool.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_RESOURCES_ONE_COPY_TILE_TASK_WORKER_POOL_H_
|
| -#define CC_RESOURCES_ONE_COPY_TILE_TASK_WORKER_POOL_H_
|
| +#ifndef CC_RASTER_ONE_COPY_TILE_TASK_WORKER_POOL_H_
|
| +#define CC_RASTER_ONE_COPY_TILE_TASK_WORKER_POOL_H_
|
|
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/values.h"
|
| #include "cc/base/scoped_ptr_deque.h"
|
| #include "cc/output/context_provider.h"
|
| +#include "cc/raster/tile_task_runner.h"
|
| +#include "cc/raster/tile_task_worker_pool.h"
|
| #include "cc/resources/resource_provider.h"
|
| -#include "cc/resources/tile_task_runner.h"
|
| -#include "cc/resources/tile_task_worker_pool.h"
|
|
|
| namespace base {
|
| namespace trace_event {
|
| @@ -141,4 +141,4 @@ class CC_EXPORT OneCopyTileTaskWorkerPool : public TileTaskWorkerPool,
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_ONE_COPY_TILE_TASK_WORKER_POOL_H_
|
| +#endif // CC_RASTER_ONE_COPY_TILE_TASK_WORKER_POOL_H_
|
|
|