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

Unified Diff: cc/playback/raster_source.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/pixel_ref_map_unittest.cc ('k') | cc/playback/raster_source_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/playback/raster_source.h
diff --git a/cc/resources/raster_source.h b/cc/playback/raster_source.h
similarity index 97%
rename from cc/resources/raster_source.h
rename to cc/playback/raster_source.h
index 171d2a55412b9da90f95b53c4cac59383ed21f17..c0a484aa8d9a28d312bd8353cbeb402aa7c5d169 100644
--- a/cc/resources/raster_source.h
+++ b/cc/playback/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_RESOURCES_RASTER_SOURCE_H_
-#define CC_RESOURCES_RASTER_SOURCE_H_
+#ifndef CC_PLAYBACK_RASTER_SOURCE_H_
+#define CC_PLAYBACK_RASTER_SOURCE_H_
#include <vector>
@@ -113,4 +113,4 @@ class CC_EXPORT RasterSource : public base::RefCountedThreadSafe<RasterSource> {
} // namespace cc
-#endif // CC_RESOURCES_RASTER_SOURCE_H_
+#endif // CC_PLAYBACK_RASTER_SOURCE_H_
« no previous file with comments | « cc/playback/pixel_ref_map_unittest.cc ('k') | cc/playback/raster_source_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698