| Index: Source/web/LinkHighlight.h
|
| diff --git a/Source/web/LinkHighlight.h b/Source/web/LinkHighlight.h
|
| index 5a3b7b774b7e7277e3a9b7c00d19bf8cd0a82260..8a4a8badb07b8a5b921db138e15e0afb8561e46e 100644
|
| --- a/Source/web/LinkHighlight.h
|
| +++ b/Source/web/LinkHighlight.h
|
| @@ -39,9 +39,10 @@
|
|
|
| namespace blink {
|
|
|
| +class DisplayList;
|
| +class Node;
|
| class RenderLayer;
|
| class RenderObject;
|
| -class Node;
|
| struct WebFloatRect;
|
| struct WebRect;
|
| class WebViewImpl;
|
| @@ -86,6 +87,7 @@ private:
|
| OwnPtr<WebContentLayer> m_contentLayer;
|
| OwnPtr<WebLayer> m_clipLayer;
|
| Path m_path;
|
| + RefPtr<DisplayList> m_displayList;
|
|
|
| RefPtrWillBePersistent<Node> m_node;
|
| WebViewImpl* m_owningWebViewImpl;
|
|
|