| Index: third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp b/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
|
| index 9607dd66cff40dfaf331d5681fe1ea9c2395e873..d28b4ccfbf13de9107ca271af325f973d52d8177 100644
|
| --- a/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
|
| @@ -27,7 +27,7 @@ void HTMLCanvasPainter::paintReplaced(const PaintInfo& paintInfo,
|
|
|
| if (RuntimeEnabledFeatures::slimmingPaintV2Enabled() &&
|
| canvas->renderingContext() &&
|
| - canvas->renderingContext()->isAccelerated()) {
|
| + canvas->renderingContext()->isComposited()) {
|
| if (WebLayer* layer = canvas->renderingContext()->platformLayer()) {
|
| IntRect pixelSnappedRect = pixelSnappedIntRect(contentRect);
|
| recordForeignLayer(context, m_layoutHTMLCanvas,
|
|
|