| Index: third_party/WebKit/Source/core/paint/VideoPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/VideoPainter.cpp b/third_party/WebKit/Source/core/paint/VideoPainter.cpp
|
| index c324f02d3c4892558fb41f9bb76dd09174667ccd..43b5014a3c53d5bd30c860d55b76f61602c42292 100644
|
| --- a/third_party/WebKit/Source/core/paint/VideoPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/VideoPainter.cpp
|
| @@ -47,7 +47,7 @@ void VideoPainter::paintReplaced(const PaintInfo& paintInfo, const LayoutPoint&
|
| if (WebLayer* layer = m_layoutVideo.mediaElement()->platformLayer()) {
|
| IntRect pixelSnappedRect = pixelSnappedIntRect(contentRect);
|
| recordForeignLayer(
|
| - context, m_layoutVideo, DisplayItem::ForeignLayerVideo, layer,
|
| + context, m_layoutVideo, DisplayItem::kForeignLayerVideo, layer,
|
| pixelSnappedRect.location(), pixelSnappedRect.size());
|
| return;
|
| }
|
|
|