Chromium Code Reviews| Index: cc/trees/layer_tree_host_impl.cc |
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc |
| index 59e307bb70a740e5e6bd1846fbb1867c54c2ec05..b54169a917d4fc149b703c9ae1d2a4ac14b99f39 100644 |
| --- a/cc/trees/layer_tree_host_impl.cc |
| +++ b/cc/trees/layer_tree_host_impl.cc |
| @@ -597,7 +597,8 @@ static void AppendQuadsToFillScreen( |
| root_target_rect, |
| root_target_rect, |
| false, |
| - opacity); |
| + opacity, |
| + SkXfermode::kSrcOver_Mode); |
| AppendQuadsData append_quads_data; |