| Index: cc/playback/display_list_raster_source.h
|
| diff --git a/cc/resources/display_list_raster_source.h b/cc/playback/display_list_raster_source.h
|
| similarity index 93%
|
| rename from cc/resources/display_list_raster_source.h
|
| rename to cc/playback/display_list_raster_source.h
|
| index 8c2ab910496373d6501f9d5864b115a556a235af..e9010e5926140b96b17dee19c5f9cc26faf2a0cb 100644
|
| --- a/cc/resources/display_list_raster_source.h
|
| +++ b/cc/playback/display_list_raster_source.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_RESOURCES_DISPLAY_LIST_RASTER_SOURCE_H_
|
| -#define CC_RESOURCES_DISPLAY_LIST_RASTER_SOURCE_H_
|
| +#ifndef CC_PLAYBACK_DISPLAY_LIST_RASTER_SOURCE_H_
|
| +#define CC_PLAYBACK_DISPLAY_LIST_RASTER_SOURCE_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/debug/rendering_stats_instrumentation.h"
|
| -#include "cc/resources/display_list_recording_source.h"
|
| -#include "cc/resources/raster_source.h"
|
| +#include "cc/playback/display_list_recording_source.h"
|
| +#include "cc/playback/raster_source.h"
|
| #include "skia/ext/analysis_canvas.h"
|
| #include "skia/ext/refptr.h"
|
| #include "third_party/skia/include/core/SkPicture.h"
|
| @@ -95,4 +95,4 @@ class CC_EXPORT DisplayListRasterSource : public RasterSource {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_RESOURCES_DISPLAY_LIST_RASTER_SOURCE_H_
|
| +#endif // CC_PLAYBACK_DISPLAY_LIST_RASTER_SOURCE_H_
|
|
|