Index: Source/web/LinkHighlight.h |
diff --git a/Source/web/LinkHighlight.h b/Source/web/LinkHighlight.h |
index 37f509fe8d8d3a640d9ed3a57cf496626daa041e..a2f8b371ff3d39364c22edf7351f35976586036a 100644 |
--- a/Source/web/LinkHighlight.h |
+++ b/Source/web/LinkHighlight.h |
@@ -30,7 +30,7 @@ |
#include "platform/geometry/IntPoint.h" |
#include "platform/graphics/GraphicsLayer.h" |
#include "platform/graphics/Path.h" |
-#include "public/platform/WebAnimationDelegate.h" |
+#include "public/platform/WebCompositorAnimationDelegate.h" |
#include "public/platform/WebContentLayer.h" |
#include "public/platform/WebContentLayerClient.h" |
#include "public/platform/WebLayer.h" |
@@ -46,7 +46,7 @@ struct WebFloatRect; |
struct WebRect; |
class WebViewImpl; |
-class LinkHighlight FINAL : public WebContentLayerClient, public WebAnimationDelegate, LinkHighlightClient { |
+class LinkHighlight FINAL : public WebContentLayerClient, public WebCompositorAnimationDelegate, blink::LinkHighlightClient { |
public: |
static PassOwnPtr<LinkHighlight> create(Node*, WebViewImpl*); |
virtual ~LinkHighlight(); |
@@ -60,9 +60,9 @@ public: |
virtual void paintContents(WebCanvas*, const WebRect& clipRect, bool canPaintLCDText, WebFloatRect& opaque, |
WebContentLayerClient::GraphicsContextStatus = GraphicsContextEnabled) OVERRIDE; |
- // WebAnimationDelegate implementation. |
- virtual void notifyAnimationStarted(double monotonicTime, WebAnimation::TargetProperty) OVERRIDE; |
- virtual void notifyAnimationFinished(double monotonicTime, WebAnimation::TargetProperty) OVERRIDE; |
+ // WebCompositorAnimationDelegate implementation. |
+ virtual void notifyAnimationStarted(double monotonicTime, blink::WebCompositorAnimation::TargetProperty) OVERRIDE; |
+ virtual void notifyAnimationFinished(double monotonicTime, blink::WebCompositorAnimation::TargetProperty) OVERRIDE; |
// LinkHighlightClient inplementation. |
virtual void invalidate() OVERRIDE; |