Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3285)

Unified Diff: cc/playback/picture_pile_impl.h

Issue 1144693002: cc: Move files out of cc/resources/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resources: android Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/playback/picture_pile.cc ('k') | cc/playback/picture_pile_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « cc/playback/picture_pile.cc ('k') | cc/playback/picture_pile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698