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

Unified Diff: cc/base/render_surface_filters.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/base/render_surface_filters.cc
diff --git a/cc/output/render_surface_filters.cc b/cc/base/render_surface_filters.cc
similarity index 98%
rename from cc/output/render_surface_filters.cc
rename to cc/base/render_surface_filters.cc
index efbdff30c5a194616f6e721cd124f30f6535b8e1..9eea63b258d62868263e1667842a4570520236f2 100644
--- a/cc/output/render_surface_filters.cc
+++ b/cc/base/render_surface_filters.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/output/render_surface_filters.h"
+#include "cc/base/render_surface_filters.h"
#include <stddef.h>
#include <algorithm>
-#include "cc/output/filter_operation.h"
-#include "cc/output/filter_operations.h"
+#include "cc/base/filter_operation.h"
+#include "cc/base/filter_operations.h"
#include "third_party/skia/include/core/SkImageFilter.h"
#include "third_party/skia/include/effects/SkAlphaThresholdFilter.h"
#include "third_party/skia/include/effects/SkBlurImageFilter.h"

Powered by Google App Engine
This is Rietveld 408576698