| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| index c438cf02eb89b27ee507e657c12a2d6998906d3c..87f6dfdd9b9c8c5a6742b149fed4fedf7f2b5021 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -2796,7 +2796,7 @@ void CompositedLayerMapping::UpdateImageContents() {
|
| image, LayoutObject::ShouldRespectImageOrientation(&image_layout_object));
|
|
|
| graphics_layer_->SetFilterQuality(
|
| - GetLayoutObject().Style()->ImageRendering() == kImageRenderingPixelated
|
| + GetLayoutObject().Style()->ImageRendering() == EImageRendering::kPixelated
|
| ? kNone_SkFilterQuality
|
| : kLow_SkFilterQuality);
|
|
|
|
|