| Index: cc/tiles/picture_layer_tiling_set.cc
|
| diff --git a/cc/resources/picture_layer_tiling_set.cc b/cc/tiles/picture_layer_tiling_set.cc
|
| similarity index 99%
|
| rename from cc/resources/picture_layer_tiling_set.cc
|
| rename to cc/tiles/picture_layer_tiling_set.cc
|
| index ed97a0577aef93c670f265c1882426390f9aa69d..1831539a793063ee819e07247acee81eddd32cac 100644
|
| --- a/cc/resources/picture_layer_tiling_set.cc
|
| +++ b/cc/tiles/picture_layer_tiling_set.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/resources/picture_layer_tiling_set.h"
|
| +#include "cc/tiles/picture_layer_tiling_set.h"
|
|
|
| #include <limits>
|
| #include <set>
|
| #include <vector>
|
|
|
| -#include "cc/resources/raster_source.h"
|
| +#include "cc/playback/raster_source.h"
|
|
|
| namespace cc {
|
|
|
|
|