| Index: cc/trees/layer_tree_host_pixeltest_blending.cc
|
| diff --git a/cc/trees/layer_tree_host_pixeltest_blending.cc b/cc/trees/layer_tree_host_pixeltest_blending.cc
|
| index 14029b5ab83661c67db8aa5016497b7ea4ab3f23..aa236c8bf500432dc0bd1bda079d63048703a964 100644
|
| --- a/cc/trees/layer_tree_host_pixeltest_blending.cc
|
| +++ b/cc/trees/layer_tree_host_pixeltest_blending.cc
|
| @@ -62,8 +62,9 @@ class LayerTreeHostBlendingPixelTest : public LayerTreePixelTest {
|
| }
|
|
|
| void InitializeSettings(LayerTreeSettings* settings) override {
|
| - settings->force_antialiasing = force_antialiasing_;
|
| - settings->force_blending_with_shaders = force_blending_with_shaders_;
|
| + settings->renderer_settings.force_antialiasing = force_antialiasing_;
|
| + settings->renderer_settings.force_blending_with_shaders =
|
| + force_blending_with_shaders_;
|
| }
|
|
|
| protected:
|
|
|