Index: Source/web/LinkHighlight.h |
diff --git a/Source/web/LinkHighlight.h b/Source/web/LinkHighlight.h |
index 5bd2f6a0af8d93d497cedc668b20e03ac451c563..16fc061d163d317f92d9cc27eb4549a0e0afb76b 100644 |
--- a/Source/web/LinkHighlight.h |
+++ b/Source/web/LinkHighlight.h |
@@ -35,9 +35,11 @@ |
#include "public/platform/WebContentLayerClient.h" |
#include "public/platform/WebLayer.h" |
#include "wtf/OwnPtr.h" |
+#include "wtf/Vector.h" |
namespace WebCore { |
class RenderLayer; |
+class RenderObject; |
class Node; |
} |
@@ -75,6 +77,7 @@ private: |
LinkHighlight(WebCore::Node*, WebViewImpl*); |
void releaseResources(); |
+ void computeQuads(WebCore::Node*, WTF::Vector<WebCore::FloatQuad>&) const; |
WebCore::RenderLayer* computeEnclosingCompositingLayer(); |
void clearGraphicsLayerLinkHighlightPointer(); |