| 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 522557cbb8daa2b77975177f965a412eafa0d0ee..f8ad49ee3d4aab7448914bfb1de7653bb34da499 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"
|
|
|
| @@ -160,4 +160,4 @@ class CC_EXPORT RasterSource : public base::RefCountedThreadSafe<RasterSource> {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_PLAYBACK_RASTER_SOURCE_H_
|
| +#endif // CC_RASTER_RASTER_SOURCE_H_
|
|
|