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

Unified Diff: components/scheduler/child/compositor_worker_scheduler.cc

Issue 1447563002: Implement frame attribution (FrameBlamer) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make sure blame context is initialized early enough Created 4 years, 9 months 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: components/scheduler/child/compositor_worker_scheduler.cc
diff --git a/components/scheduler/child/compositor_worker_scheduler.cc b/components/scheduler/child/compositor_worker_scheduler.cc
index 33535ce6fa96f3f280c1fe7ea6110b869193be2d..38a8a4a5129a03c043863e94f4ed5d657c4f0bae 100644
--- a/components/scheduler/child/compositor_worker_scheduler.cc
+++ b/components/scheduler/child/compositor_worker_scheduler.cc
@@ -96,6 +96,10 @@ class CompositorWorkerTaskRunnerWrapper : public TaskQueue {
return nullptr;
}
+ void SetBlameContext(base::trace_event::BlameContext*) override {
+ NOTREACHED();
+ }
+
private:
~CompositorWorkerTaskRunnerWrapper() override {}
« no previous file with comments | « components/scheduler/base/task_queue_manager_unittest.cc ('k') | components/scheduler/child/single_thread_idle_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698