Index: cc/trees/layer_tree_host_pixeltest_filters.cc |
diff --git a/cc/trees/layer_tree_host_pixeltest_filters.cc b/cc/trees/layer_tree_host_pixeltest_filters.cc |
index 76acaa8f2b44b8e9a9bc8433357b4de01299f4aa..dd3cf733144bbb033e56a8670b33d552c61dec02 100644 |
--- a/cc/trees/layer_tree_host_pixeltest_filters.cc |
+++ b/cc/trees/layer_tree_host_pixeltest_filters.cc |
@@ -97,8 +97,8 @@ TEST_F(LayerTreeHostFiltersPixelTest, BackgroundFilterBlurOutsets) { |
} |
TEST_F(LayerTreeHostFiltersPixelTest, BackgroundFilterBlurOffAxis) { |
- scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( |
- gfx::Rect(200, 200), SK_ColorWHITE); |
+ scoped_refptr<SolidColorLayer> background = |
+ CreateSolidColorLayer(gfx::Rect(200, 200), SK_ColorTRANSPARENT); |
// This verifies that the perspective of the clear layer (with black border) |
// does not influence the blending of the green box behind it. Also verifies |