| Index: cc/resources/tile_priority.h
|
| diff --git a/cc/tile_priority.h b/cc/resources/tile_priority.h
|
| similarity index 97%
|
| rename from cc/tile_priority.h
|
| rename to cc/resources/tile_priority.h
|
| index ea23df4e95b92c5faec9e2e261ed8cce8f9e80aa..29feb6c6ec693520086959eeeb112908e0d0077c 100644
|
| --- a/cc/tile_priority.h
|
| +++ b/cc/resources/tile_priority.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_TILE_PRIORITY_H_
|
| -#define CC_TILE_PRIORITY_H_
|
| +#ifndef CC_RESOURCES_TILE_PRIORITY_H_
|
| +#define CC_RESOURCES_TILE_PRIORITY_H_
|
|
|
| #include <limits>
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "cc/picture_pile.h"
|
| +#include "cc/resources/picture_pile.h"
|
| #include "ui/gfx/quad_f.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/size.h"
|
| @@ -177,4 +177,4 @@ class GlobalStateThatImpactsTilePriority {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_TILE_PRIORITY_H_
|
| +#endif // CC_RESOURCES_TILE_PRIORITY_H_
|
|
|