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