| Index: Source/web/LinkHighlight.cpp
|
| diff --git a/Source/web/LinkHighlight.cpp b/Source/web/LinkHighlight.cpp
|
| index dd93bbb5914be3c93aa6992b939ee822dc1ecfec..df2bc6ff1f42e0f101704be75b8770ed836562a0 100644
|
| --- a/Source/web/LinkHighlight.cpp
|
| +++ b/Source/web/LinkHighlight.cpp
|
| @@ -309,11 +309,11 @@ void LinkHighlight::clearGraphicsLayerLinkHighlightPointer()
|
| }
|
| }
|
|
|
| -void LinkHighlight::notifyAnimationStarted(double, double, blink::WebAnimation::TargetProperty)
|
| +void LinkHighlight::notifyAnimationStarted(double, blink::WebAnimation::TargetProperty)
|
| {
|
| }
|
|
|
| -void LinkHighlight::notifyAnimationFinished(double, double, blink::WebAnimation::TargetProperty)
|
| +void LinkHighlight::notifyAnimationFinished(double, blink::WebAnimation::TargetProperty)
|
| {
|
| // Since WebViewImpl may hang on to us for a while, make sure we
|
| // release resources as soon as possible.
|
|
|