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 9485c72ee1369bae2ceffb45c9b02876400d6a35..8a01b803034cf76f626937094cfe01930d915665 100644 |
| --- a/cc/trees/layer_tree_host_impl.cc |
| +++ b/cc/trees/layer_tree_host_impl.cc |
| @@ -626,7 +626,8 @@ static void AppendQuadsToFillScreen( |
| root_target_rect, |
| root_target_rect, |
| false, |
| - opacity); |
| + opacity, |
| + SkXfermode::kSrcOver_Mode); |
| AppendQuadsData append_quads_data; |