summaryrefslogtreecommitdiffstats
path: root/chromium/cc/trees/layer_tree_host_pixeltest_blending.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/cc/trees/layer_tree_host_pixeltest_blending.cc')
-rw-r--r--chromium/cc/trees/layer_tree_host_pixeltest_blending.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/cc/trees/layer_tree_host_pixeltest_blending.cc b/chromium/cc/trees/layer_tree_host_pixeltest_blending.cc
index 7d5ea2a2d08..6c045aa5ff5 100644
--- a/chromium/cc/trees/layer_tree_host_pixeltest_blending.cc
+++ b/chromium/cc/trees/layer_tree_host_pixeltest_blending.cc
@@ -151,7 +151,7 @@ class LayerTreeHostBlendingPixelTest
PaintImage::GetNextContentId())
.TakePaintImage(),
SkMatrix::I(), false);
- layer->SetMaskLayer(mask.get());
+ layer->SetMaskLayer(mask);
}
void SetupColorMatrix(scoped_refptr<Layer> layer) {