| Index: cc/tiles/tile_draw_info.cc
|
| diff --git a/cc/resources/tile_draw_info.cc b/cc/tiles/tile_draw_info.cc
|
| similarity index 94%
|
| rename from cc/resources/tile_draw_info.cc
|
| rename to cc/tiles/tile_draw_info.cc
|
| index 4545494155c349a122e144c9bf011c58d9bf9c8b..e523079aac924b0f03619ce8cd5dc50689be139c 100644
|
| --- a/cc/resources/tile_draw_info.cc
|
| +++ b/cc/tiles/tile_draw_info.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/resources/tile_draw_info.h"
|
| +#include "cc/tiles/tile_draw_info.h"
|
|
|
| #include "cc/base/math_util.h"
|
|
|
|
|