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