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

Unified Diff: content/test/fake_compositor_dependencies.cc

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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
« no previous file with comments | « content/test/fake_compositor_dependencies.h ('k') | content/test/fake_renderer_scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/fake_compositor_dependencies.cc
diff --git a/content/test/fake_compositor_dependencies.cc b/content/test/fake_compositor_dependencies.cc
index 1c5bdb01ed39ddd9e7fca5e8f1e7edd4279995c2..15de2d9fdcffafa501675b6c92420f60e3f5d6e6 100644
--- a/content/test/fake_compositor_dependencies.cc
+++ b/content/test/fake_compositor_dependencies.cc
@@ -85,7 +85,7 @@ FakeCompositorDependencies::GetGpuMemoryBufferManager() {
return &gpu_memory_buffer_manager_;
}
-scheduler::RendererScheduler*
+blink::scheduler::RendererScheduler*
FakeCompositorDependencies::GetRendererScheduler() {
return &renderer_scheduler_;
}
« no previous file with comments | « content/test/fake_compositor_dependencies.h ('k') | content/test/fake_renderer_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698