| Index: Source/core/platform/graphics/GraphicsContext.cpp
|
| diff --git a/Source/core/platform/graphics/GraphicsContext.cpp b/Source/core/platform/graphics/GraphicsContext.cpp
|
| index 35dc86173dd536c5a1a3ee135da75ca13e718626..b58553179baf16f1ab262b96157f249cf737d1d2 100644
|
| --- a/Source/core/platform/graphics/GraphicsContext.cpp
|
| +++ b/Source/core/platform/graphics/GraphicsContext.cpp
|
| @@ -1656,7 +1656,7 @@ void GraphicsContext::setupPaintCommon(SkPaint* paint) const
|
|
|
| paint->setAntiAlias(m_state->m_shouldAntialias);
|
| paint->setXfermodeMode(m_state->m_xferMode);
|
| - paint->setLooper(m_state->m_looper);
|
| + paint->setLooper(m_state->m_looper.get());
|
| }
|
|
|
| void GraphicsContext::drawOuterPath(const SkPath& path, SkPaint& paint, int width)
|
|
|