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

Unified Diff: cc/playback/display_list_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/display_item_list_unittest.cc ('k') | cc/playback/display_list_raster_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « cc/playback/display_item_list_unittest.cc ('k') | cc/playback/display_list_raster_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698