| Index: Source/WebKit/chromium/src/LinkHighlight.cpp
|
| diff --git a/Source/WebKit/chromium/src/LinkHighlight.cpp b/Source/WebKit/chromium/src/LinkHighlight.cpp
|
| index a1af71e312220a131f322d3da0d2ae9fd5f17b90..c8587dd2b34028d2c12e51f6a371bbb75b864054 100644
|
| --- a/Source/WebKit/chromium/src/LinkHighlight.cpp
|
| +++ b/Source/WebKit/chromium/src/LinkHighlight.cpp
|
| @@ -257,8 +257,7 @@ void LinkHighlight::paintContents(WebCanvas* canvas, const WebRect& webClipRect,
|
| if (!m_node || !m_node->renderer())
|
| return;
|
|
|
| - PlatformContextSkia platformContext(canvas);
|
| - GraphicsContext gc(&platformContext);
|
| + GraphicsContext gc(canvas);
|
| IntRect clipRect(IntPoint(webClipRect.x, webClipRect.y), IntSize(webClipRect.width, webClipRect.height));
|
| gc.clip(clipRect);
|
| gc.setFillColor(m_node->renderer()->style()->tapHighlightColor(), ColorSpaceDeviceRGB);
|
|
|