| Index: cc/resources/resource_update_controller.cc
 | 
| diff --git a/cc/resources/resource_update_controller.cc b/cc/resources/resource_update_controller.cc
 | 
| index 3114d1eead890c61ee5fdc60c4ffa69f01d82461..59c536b0844b495712447d1ec17c31c627915b85 100644
 | 
| --- a/cc/resources/resource_update_controller.cc
 | 
| +++ b/cc/resources/resource_update_controller.cc
 | 
| @@ -9,6 +9,7 @@
 | 
|  #include "base/single_thread_task_runner.h"
 | 
|  #include "cc/resources/prioritized_resource.h"
 | 
|  #include "cc/resources/resource_provider.h"
 | 
| +#include "ui/gfx/frame_time.h"
 | 
|  
 | 
|  namespace {
 | 
|  
 | 
| @@ -113,7 +114,7 @@ void ResourceUpdateController::OnTimerFired() {
 | 
|  }
 | 
|  
 | 
|  base::TimeTicks ResourceUpdateController::Now() const {
 | 
| -  return base::TimeTicks::Now();
 | 
| +  return gfx::FrameTime::Now();
 | 
|  }
 | 
|  
 | 
|  base::TimeDelta ResourceUpdateController::UpdateMoreTexturesTime() const {
 | 
| 
 |