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

Unified Diff: cc/layers/recording_source.cc

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: Merge branch 'master' into ccpaint Created 3 years, 9 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/layers/recording_source.h ('k') | cc/layers/recording_source_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/recording_source.cc
diff --git a/cc/playback/recording_source.cc b/cc/layers/recording_source.cc
similarity index 97%
rename from cc/playback/recording_source.cc
rename to cc/layers/recording_source.cc
index abb7b0af3f6b0c95809874343e5600ddc8b0fa8b..9b1efbd7137db580582c602a6cfdb04eb56dd8c0 100644
--- a/cc/playback/recording_source.cc
+++ b/cc/layers/recording_source.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/playback/recording_source.h"
+#include "cc/layers/recording_source.h"
#include <stdint.h>
@@ -11,8 +11,8 @@
#include "base/numerics/safe_math.h"
#include "cc/base/region.h"
#include "cc/layers/content_layer_client.h"
-#include "cc/playback/display_item_list.h"
-#include "cc/playback/raster_source.h"
+#include "cc/paint/display_item_list.h"
+#include "cc/raster/raster_source.h"
#include "skia/ext/analysis_canvas.h"
namespace {
« no previous file with comments | « cc/layers/recording_source.h ('k') | cc/layers/recording_source_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698