Index: cc/trees/layer_tree_host_pixeltest_blending.cc |
diff --git a/cc/trees/layer_tree_host_pixeltest_blending.cc b/cc/trees/layer_tree_host_pixeltest_blending.cc |
index 9d356c48ea5e7fa3612733813aacbdc74ca1d4ee..2b58fedf13f0e9e6c19b33b16fedfbc82c5e2616 100644 |
--- a/cc/trees/layer_tree_host_pixeltest_blending.cc |
+++ b/cc/trees/layer_tree_host_pixeltest_blending.cc |
@@ -216,7 +216,7 @@ class LayerTreeHostBlendingPixelTest : public LayerTreeHostPixelResourceTest { |
CreateSolidColorLayer(child_rect, color); |
lane->SetBlendMode(blend_mode); |
lane->SetOpacity(opacity); |
- lane->SetForceRenderSurface(true); |
+ lane->SetForceRenderSurfaceForTesting(true); |
if (flags & kUseMasks) |
SetupMaskLayer(lane); |
if (flags & kUseColorMatrix) { |