summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderLineBoxList.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderLineBoxList.h')
-rw-r--r--WebCore/rendering/RenderLineBoxList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/RenderLineBoxList.h b/WebCore/rendering/RenderLineBoxList.h
index 52d7542..f7d9960 100644
--- a/WebCore/rendering/RenderLineBoxList.h
+++ b/WebCore/rendering/RenderLineBoxList.h
@@ -63,7 +63,7 @@ public:
void dirtyLineBoxes();
void dirtyLinesFromChangedChild(RenderObject* parent, RenderObject* child);
- void paint(RenderBoxModelObject*, RenderObject::PaintInfo&, int x, int y) const;
+ void paint(RenderBoxModelObject*, PaintInfo&, int x, int y) const;
bool hitTest(RenderBoxModelObject*, const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction) const;
private: