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 0815f35caa464a81f623fe9172224a1295dc8501..07d92c567b30361048710fae06b93014795470ef 100644 |
| --- a/cc/trees/layer_tree_host_impl.cc |
| +++ b/cc/trees/layer_tree_host_impl.cc |
| @@ -588,7 +588,8 @@ static void AppendQuadsToFillScreen( |
| root_target_rect, |
| root_target_rect, |
| false, |
| - opacity); |
| + opacity, |
| + SkXfermode::kSrcOver_Mode); |
| AppendQuadsData append_quads_data; |