| 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"
|
|
|