Index: cc/layer_tree_host_impl.cc |
diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc |
index 9d42698bae2a192a8e6884cd6011c818bd8040d1..a6e2de8ac61aa37ba7cb9aed8fa8851f8ded9f4a 100644 |
--- a/cc/layer_tree_host_impl.cc |
+++ b/cc/layer_tree_host_impl.cc |
@@ -513,7 +513,7 @@ static void appendQuadsToFillScreen(RenderPass* targetRenderPass, LayerImpl* roo |
// Skip the quad culler and just append the quads directly to avoid |
// occlusion checks. |
scoped_ptr<SolidColorDrawQuad> quad = SolidColorDrawQuad::Create(); |
- quad->SetNew(sharedQuadState, layerRect, screenBackgroundColor); |
+ quad->SetNew(sharedQuadState, layerRect, DrawQuad::AntiAliasing(), screenBackgroundColor); |
quadCuller.append(quad.PassAs<DrawQuad>(), appendQuadsData); |
} |
} |