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

Unified Diff: cc/paint/filter_display_item.cc

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: none 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
Index: cc/paint/filter_display_item.cc
diff --git a/cc/playback/filter_display_item.cc b/cc/paint/filter_display_item.cc
similarity index 95%
rename from cc/playback/filter_display_item.cc
rename to cc/paint/filter_display_item.cc
index 8bf8e6a498a918c30e5d2b09a930c449112aaf86..18dca012e2ce4d54fd4df6df0008b21cc5e29c07 100644
--- a/cc/playback/filter_display_item.cc
+++ b/cc/paint/filter_display_item.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/playback/filter_display_item.h"
+#include "cc/paint/filter_display_item.h"
#include <stddef.h>
#include "base/strings/stringprintf.h"
#include "base/trace_event/trace_event_argument.h"
-#include "cc/output/render_surface_filters.h"
+#include "cc/paint/render_surface_filters.h"
#include "third_party/skia/include/core/SkCanvas.h"
#include "third_party/skia/include/core/SkImageFilter.h"
#include "third_party/skia/include/core/SkPaint.h"

Powered by Google App Engine
This is Rietveld 408576698