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

Unified Diff: third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp

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 | « services/ui/public/cpp/window_compositor_frame_sink.cc ('k') | ui/android/context_provider_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
index 57400b019e86e27d6a401b7c9268575637876566..420a01290ea5e7e9e92a2e2ad84fc31a057c6883 100644
--- a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
@@ -36,7 +36,6 @@ class CompositorMutableStateTest : public testing::Test {
LayerTreeSettings settings;
settings.layer_transforms_should_scale_layer_contents = true;
m_hostImpl.reset(new FakeLayerTreeHostImpl(settings, &m_taskRunnerProvider,
- &m_sharedBitmapManager,
&m_taskGraphRunner));
m_hostImpl->SetVisible(true);
EXPECT_TRUE(m_hostImpl->InitializeRenderer(m_compositorFrameSink.get()));
@@ -61,7 +60,6 @@ class CompositorMutableStateTest : public testing::Test {
// message loop (one example is the task runner provider). We construct one
// here so that it's installed in TLA and can be found by other cc classes.
base::MessageLoop m_messageLoop;
- TestSharedBitmapManager m_sharedBitmapManager;
TestTaskGraphRunner m_taskGraphRunner;
FakeImplTaskRunnerProvider m_taskRunnerProvider;
std::unique_ptr<FakeCompositorFrameSink> m_compositorFrameSink;
« no previous file with comments | « services/ui/public/cpp/window_compositor_frame_sink.cc ('k') | ui/android/context_provider_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698