Index: cc/resources/one_copy_raster_worker_pool.h |
diff --git a/cc/resources/one_copy_raster_worker_pool.h b/cc/resources/one_copy_raster_worker_pool.h |
index 59c42361f8bf557fd63552a8071b331eb5595967..1dc102f81a8c980fb0155b8a8e30da95ddcfa682 100644 |
--- a/cc/resources/one_copy_raster_worker_pool.h |
+++ b/cc/resources/one_copy_raster_worker_pool.h |
@@ -94,8 +94,9 @@ class CC_EXPORT OneCopyRasterWorkerPool : public RasterWorkerPool, |
void OnRasterFinished(TaskSet task_set); |
void AdvanceLastFlushedCopyTo(CopySequenceNumber sequence); |
void IssueCopyOperations(int64 count); |
- void ScheduleCheckForCompletedCopyOperationsWithLockAcquired(); |
- void CheckForCompletedCopyOperations(); |
+ void ScheduleCheckForCompletedCopyOperationsWithLockAcquired( |
+ bool wait_if_needed); |
+ void CheckForCompletedCopyOperations(bool wait_if_needed); |
scoped_refptr<base::debug::ConvertableToTraceFormat> StateAsValue() const; |
void StagingStateAsValueInto(base::debug::TracedValue* staging_state) const; |