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