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

Unified Diff: cc/paint/drawing_display_item.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/paint/drawing_display_item.h ('k') | cc/paint/filter_display_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/paint/drawing_display_item.cc
diff --git a/cc/playback/drawing_display_item.cc b/cc/paint/drawing_display_item.cc
similarity index 94%
rename from cc/playback/drawing_display_item.cc
rename to cc/paint/drawing_display_item.cc
index 989f85689082ad814a82402f5eefa0bf85709db2..60b09ee0e2723cfd09bf86f0eb75781c96d6133c 100644
--- a/cc/playback/drawing_display_item.cc
+++ b/cc/paint/drawing_display_item.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/drawing_display_item.h"
+#include "cc/paint/drawing_display_item.h"
#include "third_party/skia/include/core/SkPicture.h"
« no previous file with comments | « cc/paint/drawing_display_item.h ('k') | cc/paint/filter_display_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698