| Index: Source/WebKit/chromium/src/LinkHighlight.h
|
| diff --git a/Source/WebKit/chromium/src/LinkHighlight.h b/Source/WebKit/chromium/src/LinkHighlight.h
|
| index 59582857db499ae479c7aa1e813bc5413606c2cd..c1c3f79433a85f6d5dd28eab506fc7dcf36899ed 100644
|
| --- a/Source/WebKit/chromium/src/LinkHighlight.h
|
| +++ b/Source/WebKit/chromium/src/LinkHighlight.h
|
| @@ -58,7 +58,7 @@ public:
|
| void updateGeometry();
|
|
|
| // WebContentLayerClient implementation.
|
| - virtual void paintContents(WebCanvas*, const WebRect& clipRect, bool canPaintLCDText, WebFloatRect& opaque) OVERRIDE;
|
| + virtual void paintContents(WebCanvas*, const WebRect& clipRect, bool canPaintLCDText, WebFloatRect& opaque, bool deferred = false) OVERRIDE;
|
|
|
| // WebAnimationDelegate implementation.
|
| virtual void notifyAnimationStarted(double time) OVERRIDE;
|
|
|