| Index: cc/resources/tile.cc
|
| diff --git a/cc/resources/tile.cc b/cc/resources/tile.cc
|
| index f976cfe3462d6a4b34a52d983f516eff2e63adde..d2db09ccdac302efc60808c8f8a006975e881dd5 100644
|
| --- a/cc/resources/tile.cc
|
| +++ b/cc/resources/tile.cc
|
| @@ -48,7 +48,6 @@ void Tile::SetPriority(WhichTree tree, const TilePriority& priority) {
|
| return;
|
|
|
| priority_[tree] = priority;
|
| - tile_manager_->DidChangeTilePriority(this);
|
| }
|
|
|
| void Tile::MarkRequiredForActivation() {
|
| @@ -56,7 +55,6 @@ void Tile::MarkRequiredForActivation() {
|
| return;
|
|
|
| priority_[PENDING_TREE].required_for_activation = true;
|
| - tile_manager_->DidChangeTilePriority(this);
|
| }
|
|
|
| scoped_ptr<base::Value> Tile::AsValue() const {
|
|
|