| Index: cc/tile_priority.h
|
| diff --git a/cc/tile_priority.h b/cc/tile_priority.h
|
| index 7e03c927a2302821c5264e57bedcc14989510098..ea23df4e95b92c5faec9e2e261ed8cce8f9e80aa 100644
|
| --- a/cc/tile_priority.h
|
| +++ b/cc/tile_priority.h
|
| @@ -96,6 +96,7 @@ struct CC_EXPORT TilePriority {
|
| scoped_ptr<base::Value> AsValue() const;
|
|
|
| static const float kMaxDistanceInContentSpace;
|
| + static const int64 kNumTilesToCoverWithInflatedViewportRectForPrioritization;
|
|
|
| static inline float manhattanDistance(const gfx::RectF& a, const gfx::RectF& b) {
|
| // Compute the union explicitly.
|
|
|