| 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 b1f0ae8567bbf28e00c497062f56b3c1d0c748e8..2c8e4f55c65b389a5ff6d132a1e997a5db9c8eca 100644
|
| --- a/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
|
| @@ -31,7 +31,7 @@ void HTMLCanvasPainter::paintReplaced(const PaintInfo& paintInfo, const LayoutPo
|
| if (WebLayer* layer = canvas->renderingContext()->platformLayer()) {
|
| IntRect pixelSnappedRect = pixelSnappedIntRect(contentRect);
|
| recordForeignLayer(
|
| - context, m_layoutHTMLCanvas, DisplayItem::ForeignLayerCanvas,
|
| + context, m_layoutHTMLCanvas, DisplayItem::kForeignLayerCanvas,
|
| layer, pixelSnappedRect.location(), pixelSnappedRect.size());
|
| return;
|
| }
|
|
|