| Index: cc/raster/image_hijack_canvas.cc
|
| diff --git a/cc/playback/image_hijack_canvas.cc b/cc/raster/image_hijack_canvas.cc
|
| similarity index 99%
|
| rename from cc/playback/image_hijack_canvas.cc
|
| rename to cc/raster/image_hijack_canvas.cc
|
| index 7fe112e9ae1954895ab978393de00431e6b1bdf6..5d4c9e432e70d176ed8a6903be3a27d322ce461a 100644
|
| --- a/cc/playback/image_hijack_canvas.cc
|
| +++ b/cc/raster/image_hijack_canvas.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/playback/image_hijack_canvas.h"
|
| +#include "cc/raster/image_hijack_canvas.h"
|
|
|
| #include "base/optional.h"
|
| #include "base/trace_event/trace_event.h"
|
| -#include "cc/playback/discardable_image_map.h"
|
| +#include "cc/paint/discardable_image_map.h"
|
| #include "cc/tiles/image_decode_cache.h"
|
| #include "third_party/skia/include/core/SkPath.h"
|
|
|
|
|