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

Unified Diff: Source/web/LinkHighlight.h

Issue 945803004: Merge back LayoutLayerModelObject into RenderBoxModelObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Better rebasing. 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
« no previous file with comments | « Source/core/rendering/RenderView.cpp ('k') | Source/web/LinkHighlight.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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); }
« no previous file with comments | « Source/core/rendering/RenderView.cpp ('k') | Source/web/LinkHighlight.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698