summaryrefslogtreecommitdiffstats
path: root/chromium/cc/trees/layer_tree_host_pixeltest_blending.cc
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-01-20 13:40:20 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-01-22 12:41:23 +0000
commit7961cea6d1041e3e454dae6a1da660b453efd238 (patch)
treec0eeb4a9ff9ba32986289c1653d9608e53ccb444 /chromium/cc/trees/layer_tree_host_pixeltest_blending.cc
parentb7034d0803538058e5c9d904ef03cf5eab34f6ef (diff)
BASELINE: Update Chromium to 78.0.3904.130
Change-Id: If185e0c0061b3437531c97c9c8c78f239352a68b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
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) {