| Index: Source/web/LinkHighlight.h
|
| diff --git a/Source/web/LinkHighlight.h b/Source/web/LinkHighlight.h
|
| index abb8b8459436e6f1c79812cbca840252954b542e..d5f2149ff790aae3824e286cdee9a5e326af7fde 100644
|
| --- a/Source/web/LinkHighlight.h
|
| +++ b/Source/web/LinkHighlight.h
|
| @@ -75,7 +75,7 @@ private:
|
| LinkHighlight(Node*, WebViewImpl*);
|
|
|
| void releaseResources();
|
| - void computeQuads(RenderObject&, WTF::Vector<FloatQuad>&) const;
|
| + void computeQuads(const Node&, WTF::Vector<FloatQuad>&) const;
|
|
|
| RenderLayer* computeEnclosingCompositingLayer();
|
| void clearGraphicsLayerLinkHighlightPointer();
|
|
|