Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1525)

Unified Diff: Source/web/LinkHighlight.h

Issue 945803004: Merge back LayoutLayerModelObject into RenderBoxModelObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/LinkHighlight.h
diff --git a/Source/web/LinkHighlight.h b/Source/web/LinkHighlight.h
index 6e0c6ec13c53302700ac4ab2bd62441cdce08239..7cb40f076b418b7684564585f30352ce31e86ba5 100644
--- a/Source/web/LinkHighlight.h
+++ b/Source/web/LinkHighlight.h
@@ -41,7 +41,7 @@
namespace blink {
class Node;
-class LayoutLayerModelObject;
+class RenderBoxModelObject;
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 RenderBoxModelObject* 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 RenderBoxModelObject*);
DisplayItemClient displayItemClient() const { return toDisplayItemClient(this); }

Powered by Google App Engine
This is Rietveld 408576698