| Index: cc/raster/zero_copy_tile_task_worker_pool.h
|
| diff --git a/cc/resources/zero_copy_tile_task_worker_pool.h b/cc/raster/zero_copy_tile_task_worker_pool.h
|
| similarity index 89%
|
| rename from cc/resources/zero_copy_tile_task_worker_pool.h
|
| rename to cc/raster/zero_copy_tile_task_worker_pool.h
|
| index b64e0f59c1a47ba9defa405fbe5aeae147de84c1..193eeda373dbb52170e3a743ad3ac1f412ff7bd3 100644
|
| --- a/cc/resources/zero_copy_tile_task_worker_pool.h
|
| +++ b/cc/raster/zero_copy_tile_task_worker_pool.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_RESOURCES_ZERO_COPY_TILE_TASK_WORKER_POOL_H_
|
| -#define CC_RESOURCES_ZERO_COPY_TILE_TASK_WORKER_POOL_H_
|
| +#ifndef CC_RASTER_ZERO_COPY_TILE_TASK_WORKER_POOL_H_
|
| +#define CC_RASTER_ZERO_COPY_TILE_TASK_WORKER_POOL_H_
|
|
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/values.h"
|
| -#include "cc/resources/tile_task_runner.h"
|
| -#include "cc/resources/tile_task_worker_pool.h"
|
| +#include "cc/raster/tile_task_runner.h"
|
| +#include "cc/raster/tile_task_worker_pool.h"
|
|
|
| namespace base {
|
| namespace trace_event {
|
| @@ -78,4 +78,4 @@ class CC_EXPORT ZeroCopyTileTaskWorkerPool : public TileTaskWorkerPool,
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_ZERO_COPY_TILE_TASK_WORKER_POOL_H_
|
| +#endif // CC_RASTER_ZERO_COPY_TILE_TASK_WORKER_POOL_H_
|
|
|