Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: cc/resources/raster_worker_pool.h

Issue 83183005: Add synthetic delay points for latency testing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address David's comments. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/resources/raster_worker_pool.h
diff --git a/cc/resources/raster_worker_pool.h b/cc/resources/raster_worker_pool.h
index fac2fd845ce81db11136a986f0437db89f6e8867..cef0d0368f145441f62ceb31fc547985d6f525fc 100644
--- a/cc/resources/raster_worker_pool.h
+++ b/cc/resources/raster_worker_pool.h
@@ -246,7 +246,8 @@ class CC_EXPORT RasterWorkerPool : public WorkerPool {
scoped_refptr<internal::WorkerPoolTask> CreateRasterFinishedTask();
scoped_refptr<internal::WorkerPoolTask>
- CreateRasterRequiredForActivationFinishedTask();
+ CreateRasterRequiredForActivationFinishedTask(
+ bool has_tasks_required_for_activation);
scoped_ptr<base::Value> ScheduledStateAsValue() const;

Powered by Google App Engine
This is Rietveld 408576698