Index: cc/playback/picture_pile_impl.h |
diff --git a/cc/resources/picture_pile_impl.h b/cc/playback/picture_pile_impl.h |
similarity index 95% |
rename from cc/resources/picture_pile_impl.h |
rename to cc/playback/picture_pile_impl.h |
index 1d085c1c3415a2f251e774d7aafd4ad5e4518f64..e8be323225a3986f99d122d805903240cc7644c8 100644 |
--- a/cc/resources/picture_pile_impl.h |
+++ b/cc/playback/picture_pile_impl.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_RESOURCES_PICTURE_PILE_IMPL_H_ |
-#define CC_RESOURCES_PICTURE_PILE_IMPL_H_ |
+#ifndef CC_PLAYBACK_PICTURE_PILE_IMPL_H_ |
+#define CC_PLAYBACK_PICTURE_PILE_IMPL_H_ |
#include <map> |
#include <set> |
@@ -12,9 +12,9 @@ |
#include "base/time/time.h" |
#include "cc/base/cc_export.h" |
#include "cc/debug/rendering_stats_instrumentation.h" |
-#include "cc/resources/picture_pile.h" |
-#include "cc/resources/pixel_ref_map.h" |
-#include "cc/resources/raster_source.h" |
+#include "cc/playback/picture_pile.h" |
+#include "cc/playback/pixel_ref_map.h" |
+#include "cc/playback/raster_source.h" |
#include "skia/ext/analysis_canvas.h" |
#include "skia/ext/refptr.h" |
@@ -156,4 +156,4 @@ class CC_EXPORT PicturePileImpl : public RasterSource { |
} // namespace cc |
-#endif // CC_RESOURCES_PICTURE_PILE_IMPL_H_ |
+#endif // CC_PLAYBACK_PICTURE_PILE_IMPL_H_ |