| Index: ui/compositor/layer.cc
|
| diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
|
| index d35f8e352a4dfb2684c661abf04e43d5bb303da4..6c7e0752b79e9d30518ed3d0735217bbe2dee335 100644
|
| --- a/ui/compositor/layer.cc
|
| +++ b/ui/compositor/layer.cc
|
| @@ -326,7 +326,7 @@ void Layer::SetLayerFilters() {
|
| // cause further color matrix filters to be applied separately. In this order,
|
| // they all can be combined in a single pass.
|
| if (layer_brightness_) {
|
| - filters.append(WebKit::WebFilterOperation::createBrightnessFilter(
|
| + filters.append(WebKit::WebFilterOperation::createSaturatingBrightnessFilter(
|
| layer_brightness_));
|
| }
|
|
|
|
|