Index: Source/web/LinkHighlight.h |
diff --git a/Source/web/LinkHighlight.h b/Source/web/LinkHighlight.h |
index 6fbd3de42d200547f76861e2ab37980912219e65..4fc79aa61b6704aec45bc8c52b2a1cad8f8da805 100644 |
--- a/Source/web/LinkHighlight.h |
+++ b/Source/web/LinkHighlight.h |
@@ -39,7 +39,6 @@ |
namespace blink { |
-class DisplayList; |
class Node; |
class RenderLayerModelObject; |
struct WebRect; |
@@ -84,7 +83,6 @@ private: |
OwnPtr<WebContentLayer> m_contentLayer; |
OwnPtr<WebLayer> m_clipLayer; |
Path m_path; |
- RefPtr<DisplayList> m_displayList; |
RefPtrWillBePersistent<Node> m_node; |
WebViewImpl* m_owningWebViewImpl; |