| Index: cc/raster/raster_source.h
|
| diff --git a/cc/playback/raster_source.h b/cc/raster/raster_source.h
|
| similarity index 96%
|
| rename from cc/playback/raster_source.h
|
| rename to cc/raster/raster_source.h
|
| index 5fd81aa129c6149b56757e117f625a75a307c834..ff9d0f24938893c72b5ef458db86cff9cd1961c7 100644
|
| --- a/cc/playback/raster_source.h
|
| +++ b/cc/raster/raster_source.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_PLAYBACK_RASTER_SOURCE_H_
|
| -#define CC_PLAYBACK_RASTER_SOURCE_H_
|
| +#ifndef CC_RASTER_RASTER_SOURCE_H_
|
| +#define CC_RASTER_RASTER_SOURCE_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -11,10 +11,10 @@
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| -#include "cc/base/cc_export.h"
|
| +#include "cc/cc_export.h"
|
| #include "cc/debug/rendering_stats_instrumentation.h"
|
| -#include "cc/playback/image_id.h"
|
| -#include "cc/playback/recording_source.h"
|
| +#include "cc/layers/recording_source.h"
|
| +#include "cc/paint/image_id.h"
|
| #include "skia/ext/analysis_canvas.h"
|
| #include "third_party/skia/include/core/SkPicture.h"
|
| #include "ui/gfx/color_space.h"
|
| @@ -165,4 +165,4 @@ class CC_EXPORT RasterSource : public base::RefCountedThreadSafe<RasterSource> {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_PLAYBACK_RASTER_SOURCE_H_
|
| +#endif // CC_RASTER_RASTER_SOURCE_H_
|
|
|