Index: Source/WebKit/chromium/src/LinkHighlight.cpp |
diff --git a/Source/WebKit/chromium/src/LinkHighlight.cpp b/Source/WebKit/chromium/src/LinkHighlight.cpp |
index b87921016c493c94fafafb9188208c488dfefae3..8b1f7687309e922374b2c6229de2edad7550537d 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); |