Index: cc/resource_update_controller.cc |
diff --git a/cc/resource_update_controller.cc b/cc/resource_update_controller.cc |
index 69bddb111a2a1a812d26d7aabd839b19b22ad742..4ff729c846082cf780eb051f904998898b362393 100644 |
--- a/cc/resource_update_controller.cc |
+++ b/cc/resource_update_controller.cc |
@@ -217,10 +217,8 @@ void ResourceUpdateController::finalize() |
void ResourceUpdateController::onTimerFired() |
{ |
m_taskPosted = false; |
- ResourceProvider::debugNotifyEnterZone(0xB000000); |
if (!updateMoreTexturesIfEnoughTimeRemaining()) |
m_client->readyToFinalizeTextureUpdates(); |
- ResourceProvider::debugNotifyLeaveZone(); |
} |
base::TimeTicks ResourceUpdateController::now() const |