| Index: cc/raster/gpu_rasterizer.cc
|
| diff --git a/cc/resources/gpu_rasterizer.cc b/cc/raster/gpu_rasterizer.cc
|
| similarity index 93%
|
| rename from cc/resources/gpu_rasterizer.cc
|
| rename to cc/raster/gpu_rasterizer.cc
|
| index a1d33bcdb96fcdcfa93f370032b62173cb33727b..17a9322bebe4643f30078097191effd78098bdd8 100644
|
| --- a/cc/resources/gpu_rasterizer.cc
|
| +++ b/cc/raster/gpu_rasterizer.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/resources/gpu_rasterizer.h"
|
| +#include "cc/raster/gpu_rasterizer.h"
|
|
|
| #include <algorithm>
|
|
|
| @@ -12,12 +12,12 @@
|
| #include "cc/debug/devtools_instrumentation.h"
|
| #include "cc/debug/frame_viewer_instrumentation.h"
|
| #include "cc/output/context_provider.h"
|
| -#include "cc/resources/raster_buffer.h"
|
| -#include "cc/resources/raster_source.h"
|
| +#include "cc/playback/raster_source.h"
|
| +#include "cc/raster/raster_buffer.h"
|
| +#include "cc/raster/scoped_gpu_raster.h"
|
| #include "cc/resources/resource.h"
|
| #include "cc/resources/resource_provider.h"
|
| -#include "cc/resources/scoped_gpu_raster.h"
|
| -#include "cc/resources/tile_manager.h"
|
| +#include "cc/tiles/tile_manager.h"
|
| #include "gpu/command_buffer/client/gles2_interface.h"
|
| #include "third_party/skia/include/core/SkMultiPictureDraw.h"
|
| #include "third_party/skia/include/core/SkPictureRecorder.h"
|
|
|