summaryrefslogtreecommitdiff
path: root/Source/WebKit/chromium/src/LinkHighlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/LinkHighlight.h')
-rw-r--r--Source/WebKit/chromium/src/LinkHighlight.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebKit/chromium/src/LinkHighlight.h b/Source/WebKit/chromium/src/LinkHighlight.h
index 4eb6f5967..3bac3c729 100644
--- a/Source/WebKit/chromium/src/LinkHighlight.h
+++ b/Source/WebKit/chromium/src/LinkHighlight.h
@@ -54,7 +54,7 @@ public:
WebContentLayer* contentLayer();
WebLayer* clipLayer();
- void startHighlightAnimation();
+ void startHighlightAnimationIfNeeded();
void updateGeometry();
// WebContentLayerClient implementation.
@@ -90,6 +90,7 @@ private:
WebCore::GraphicsLayerChromium* m_currentGraphicsLayer;
bool m_geometryNeedsUpdate;
+ bool m_isAnimating;
WebCore::FloatPoint m_graphicsLayerOffset;
};