Index: gpu/ipc/service/gpu_watchdog_thread.cc |
diff --git a/gpu/ipc/service/gpu_watchdog_thread.cc b/gpu/ipc/service/gpu_watchdog_thread.cc |
index 5d7e3bb18fc465a6a2f377c1387360f32b591690..967272fc3f2afbb1cc7807d23cd189338307e4e3 100644 |
--- a/gpu/ipc/service/gpu_watchdog_thread.cc |
+++ b/gpu/ipc/service/gpu_watchdog_thread.cc |
@@ -110,6 +110,10 @@ void GpuWatchdogThread::CheckArmed() { |
PostAcknowledge(); |
} |
+void GpuWatchdogThread::ReportProgress() { |
+ CheckArmed(); |
+} |
+ |
void GpuWatchdogThread::Init() { |
// Schedule the first check. |
OnCheck(false); |