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