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