Index: Source/web/LinkHighlight.h |
diff --git a/Source/web/LinkHighlight.h b/Source/web/LinkHighlight.h |
index 6e0c6ec13c53302700ac4ab2bd62441cdce08239..63c08af85325dc73e2314432cf6f28d0bba80e7e 100644 |
--- a/Source/web/LinkHighlight.h |
+++ b/Source/web/LinkHighlight.h |
@@ -40,8 +40,8 @@ |
namespace blink { |
+class LayoutBoxModelObject; |
class Node; |
-class LayoutLayerModelObject; |
struct WebRect; |
class WebViewImpl; |
@@ -76,11 +76,11 @@ private: |
void releaseResources(); |
void computeQuads(const Node&, WTF::Vector<FloatQuad>&) const; |
- void attachLinkHighlightToCompositingLayer(const LayoutLayerModelObject* paintInvalidationContainer); |
+ void attachLinkHighlightToCompositingLayer(const LayoutBoxModelObject* paintInvalidationContainer); |
void clearGraphicsLayerLinkHighlightPointer(); |
// This function computes the highlight path, and returns true if it has changed |
// size since the last call to this function. |
- bool computeHighlightLayerPathAndPosition(const LayoutLayerModelObject*); |
+ bool computeHighlightLayerPathAndPosition(const LayoutBoxModelObject*); |
DisplayItemClient displayItemClient() const { return toDisplayItemClient(this); } |