| Index: Source/core/platform/graphics/filters/FELighting.cpp
|
| diff --git a/Source/core/platform/graphics/filters/FELighting.cpp b/Source/core/platform/graphics/filters/FELighting.cpp
|
| index 28c70601d9456df0d6c655ef9abbd47c3f896492..5eb1b68c06b332a6bbdb53039b3873a765ff39d9 100644
|
| --- a/Source/core/platform/graphics/filters/FELighting.cpp
|
| +++ b/Source/core/platform/graphics/filters/FELighting.cpp
|
| @@ -460,7 +460,7 @@ PassRefPtr<SkImageFilter> FELighting::createImageFilter(SkiaImageFilterBuilder*
|
| bool FELighting::applySkia()
|
| {
|
| // For now, only use the skia implementation for accelerated rendering.
|
| - if (filter()->renderingMode() != Accelerated)
|
| + if (!filter()->isAccelerated())
|
| return false;
|
|
|
| ImageBuffer* resultImage = createImageBufferResult();
|
|
|