| Index: Source/core/paint/FilterPainter.cpp
|
| diff --git a/Source/core/paint/FilterPainter.cpp b/Source/core/paint/FilterPainter.cpp
|
| index ef169a6f965acac75f1e871f5190f5a965b93b3c..eeb3456eac51dbfa889866943a5bbf9bedccec6e 100644
|
| --- a/Source/core/paint/FilterPainter.cpp
|
| +++ b/Source/core/paint/FilterPainter.cpp
|
| @@ -58,7 +58,7 @@ FilterPainter::FilterPainter(Layer& renderLayer, GraphicsContext* context, const
|
| ASSERT(m_renderer);
|
| if (RuntimeEnabledFeatures::slimmingPaintEnabled()) {
|
| // FIXME: verify whether this FilterOperations object and the ImageFilter object constructed above represent the same effect.
|
| - FilterOperations filterOperations(renderLayer.computeFilterOperations(m_renderer->style()));
|
| + FilterOperations filterOperations(renderLayer.computeFilterOperations(m_renderer->styleRef()));
|
| OwnPtr<BeginFilterDisplayItem> filterDisplayItem = BeginFilterDisplayItem::create(m_renderer->displayItemClient(), imageFilter, rootRelativeBounds, filterOperations);
|
|
|
| ASSERT(context->displayItemList());
|
|
|