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

Unified Diff: cc/trees/layer_tree_host_unittest_context.cc

Issue 2857363004: Add buffer_to_texture_target_map to LayerTreeSettings (Closed)
Patch Set: Address comments in CompositorImpl Created 3 years, 7 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 | « cc/trees/layer_tree_host_unittest.cc ('k') | cc/trees/layer_tree_host_unittest_copyrequest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_unittest_context.cc
diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc
index d1337cb99042ef9b839698dad997d09fd37cbf64..1c630f04719b43d7e629748805e1e7ebcad7fe7f 100644
--- a/cc/trees/layer_tree_host_unittest_context.cc
+++ b/cc/trees/layer_tree_host_unittest_context.cc
@@ -78,6 +78,7 @@ class LayerTreeHostContextTest : public LayerTreeTest {
}
std::unique_ptr<TestCompositorFrameSink> CreateCompositorFrameSink(
+ const RendererSettings& renderer_settings,
scoped_refptr<ContextProvider> compositor_context_provider,
scoped_refptr<ContextProvider> worker_context_provider) override {
base::AutoLock lock(context3d_lock_);
@@ -98,6 +99,7 @@ class LayerTreeHostContextTest : public LayerTreeTest {
}
return LayerTreeTest::CreateCompositorFrameSink(
+ renderer_settings,
TestContextProvider::Create(std::move(compositor_context3d)),
std::move(worker_context_provider));
}
« no previous file with comments | « cc/trees/layer_tree_host_unittest.cc ('k') | cc/trees/layer_tree_host_unittest_copyrequest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698