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

Unified Diff: cc/test/layer_tree_pixel_test.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/test/layer_tree_pixel_test.h ('k') | cc/test/layer_tree_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_pixel_test.cc
diff --git a/cc/test/layer_tree_pixel_test.cc b/cc/test/layer_tree_pixel_test.cc
index 9a0f04b92c09c657012825e605d1b1c5d3199464..89dd3d6b356edab3c21177955fe3fd1419943294 100644
--- a/cc/test/layer_tree_pixel_test.cc
+++ b/cc/test/layer_tree_pixel_test.cc
@@ -39,9 +39,10 @@ LayerTreePixelTest::LayerTreePixelTest()
LayerTreePixelTest::~LayerTreePixelTest() {}
std::unique_ptr<TestCompositorFrameSink>
- LayerTreePixelTest::CreateCompositorFrameSink(
- scoped_refptr<ContextProvider>,
- scoped_refptr<ContextProvider>) {
+LayerTreePixelTest::CreateCompositorFrameSink(
+ const RendererSettings& renderer_settings,
+ scoped_refptr<ContextProvider>,
+ scoped_refptr<ContextProvider>) {
scoped_refptr<TestInProcessContextProvider> compositor_context_provider;
scoped_refptr<TestInProcessContextProvider> worker_context_provider;
if (test_type_ == PIXEL_TEST_GL) {
« no previous file with comments | « cc/test/layer_tree_pixel_test.h ('k') | cc/test/layer_tree_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698