Index: Source/web/LinkHighlight.h |
diff --git a/Source/web/LinkHighlight.h b/Source/web/LinkHighlight.h |
index 8a4a8badb07b8a5b921db138e15e0afb8561e46e..bc6850b18f6a020b23d099e60f773878e7a06cb8 100644 |
--- a/Source/web/LinkHighlight.h |
+++ b/Source/web/LinkHighlight.h |
@@ -58,8 +58,8 @@ public: |
void updateGeometry(); |
// WebContentLayerClient implementation. |
- virtual void paintContents(WebCanvas*, const WebRect& clipRect, bool canPaintLCDText, WebFloatRect& opaque, |
- WebContentLayerClient::GraphicsContextStatus = GraphicsContextEnabled) OVERRIDE; |
+ virtual void paintContents(WebCanvas*, const WebRect& clipRect, bool canPaintLCDText, WebFloatRect& opaque, WebContentLayerClient::GraphicsContextStatus = GraphicsContextEnabled) OVERRIDE; |
+ virtual void paintContents(WebCanvas*, const WebRect& clipRect, bool canPaintLCDText, WebContentLayerClient::GraphicsContextStatus) OVERRIDE; |
// WebCompositorAnimationDelegate implementation. |
virtual void notifyAnimationStarted(double monotonicTime, blink::WebCompositorAnimation::TargetProperty) OVERRIDE; |