| Index: cc/raster/raster_source.cc
|
| diff --git a/cc/playback/raster_source.cc b/cc/raster/raster_source.cc
|
| similarity index 98%
|
| rename from cc/playback/raster_source.cc
|
| rename to cc/raster/raster_source.cc
|
| index 430c79e9d63f18f93c4343a997f9eb146d71533b..43d7792336be2b6c7da6bb0f1ec0e3943f3d295c 100644
|
| --- a/cc/playback/raster_source.cc
|
| +++ b/cc/raster/raster_source.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/playback/raster_source.h"
|
| +#include "cc/raster/raster_source.h"
|
|
|
| #include <stddef.h>
|
|
|
| @@ -11,9 +11,9 @@
|
| #include "cc/base/region.h"
|
| #include "cc/debug/debug_colors.h"
|
| #include "cc/debug/traced_value.h"
|
| -#include "cc/playback/display_item_list.h"
|
| -#include "cc/playback/image_hijack_canvas.h"
|
| -#include "cc/playback/skip_image_canvas.h"
|
| +#include "cc/paint/display_item_list.h"
|
| +#include "cc/raster/image_hijack_canvas.h"
|
| +#include "cc/raster/skip_image_canvas.h"
|
| #include "skia/ext/analysis_canvas.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| #include "third_party/skia/include/core/SkColorSpaceXformCanvas.h"
|
| @@ -58,8 +58,7 @@ RasterSource::RasterSource(const RasterSource* other, bool can_use_lcd_text)
|
| other->slow_down_raster_scale_factor_for_debug_),
|
| image_decode_cache_(other->image_decode_cache_) {}
|
|
|
| -RasterSource::~RasterSource() {
|
| -}
|
| +RasterSource::~RasterSource() {}
|
|
|
| void RasterSource::PlaybackToCanvas(SkCanvas* raster_canvas,
|
| const gfx::ColorSpace& canvas_color_space,
|
|
|