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

Unified Diff: content/test/fake_compositor_dependencies.cc

Issue 2452483002: Move GpuMemoryBufferManager and SharedBitmapManager to CompositorFrameSink (Closed)
Patch Set: rebase Created 4 years, 2 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/layouttest_support.cc » ('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 991123c2be68db220907a3dda4eefc2df5fe7171..a59e615a14d3663101e84f6ad368640cec90da40 100644
--- a/content/test/fake_compositor_dependencies.cc
+++ b/content/test/fake_compositor_dependencies.cc
@@ -75,15 +75,6 @@ FakeCompositorDependencies::GetCompositorImplThreadTaskRunner() {
return nullptr; // Currently never threaded compositing in unit tests.
}
-cc::SharedBitmapManager* FakeCompositorDependencies::GetSharedBitmapManager() {
- return &shared_bitmap_manager_;
-}
-
-gpu::GpuMemoryBufferManager*
-FakeCompositorDependencies::GetGpuMemoryBufferManager() {
- return &gpu_memory_buffer_manager_;
-}
-
blink::scheduler::RendererScheduler*
FakeCompositorDependencies::GetRendererScheduler() {
return &renderer_scheduler_;
« no previous file with comments | « content/test/fake_compositor_dependencies.h ('k') | content/test/layouttest_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698