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