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

Unified Diff: content/test/fake_renderer_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: content/test/fake_renderer_scheduler.cc
diff --git a/content/test/fake_renderer_scheduler.cc b/content/test/fake_renderer_scheduler.cc
index 28c612fccc8cde726c0926e7c4c68f34995dbfe8..4f6cfd756f6f7c0c2e7c84ff107278e074b5cabe 100644
--- a/content/test/fake_renderer_scheduler.cc
+++ b/content/test/fake_renderer_scheduler.cc
@@ -123,4 +123,7 @@ void FakeRendererScheduler::ResumeTimerQueue() {
void FakeRendererScheduler::SetTimerQueueSuspensionWhenBackgroundedEnabled(
bool enabled) {}
+void FakeRendererScheduler::SetTopLevelBlameContext(
+ base::trace_event::BlameContext* blame_context) {}
+
} // namespace content
« no previous file with comments | « content/test/fake_renderer_scheduler.h ('k') | third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698