| Index: cc/resources/tile_priority.h
|
| diff --git a/cc/resources/tile_priority.h b/cc/resources/tile_priority.h
|
| index f8ac9c6c7b0e7a148e929b10a6ab8fbe0392cd24..fff4a97389feaa5d3d3dfce016ce1288ffa837a9 100644
|
| --- a/cc/resources/tile_priority.h
|
| +++ b/cc/resources/tile_priority.h
|
| @@ -157,17 +157,6 @@ class GlobalStateThatImpactsTilePriority {
|
|
|
| TreePriority tree_priority;
|
|
|
| - bool operator==(const GlobalStateThatImpactsTilePriority& other) const {
|
| - return memory_limit_policy == other.memory_limit_policy &&
|
| - soft_memory_limit_in_bytes == other.soft_memory_limit_in_bytes &&
|
| - hard_memory_limit_in_bytes == other.hard_memory_limit_in_bytes &&
|
| - num_resources_limit == other.num_resources_limit &&
|
| - tree_priority == other.tree_priority;
|
| - }
|
| - bool operator!=(const GlobalStateThatImpactsTilePriority& other) const {
|
| - return !(*this == other);
|
| - }
|
| -
|
| scoped_ptr<base::Value> AsValue() const;
|
| };
|
|
|
|
|