summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderReplaced.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderReplaced.h')
-rw-r--r--WebCore/rendering/RenderReplaced.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/RenderReplaced.h b/WebCore/rendering/RenderReplaced.h
index fbc5151..d6ebba6 100644
--- a/WebCore/rendering/RenderReplaced.h
+++ b/WebCore/rendering/RenderReplaced.h
@@ -53,7 +53,7 @@ protected:
virtual void paint(PaintInfo&, int tx, int ty);
bool shouldPaint(PaintInfo&, int& tx, int& ty);
- IntRect localSelectionRect(bool checkWhetherSelected = true) const;
+ IntRect localSelectionRect(bool checkWhetherSelected = true) const; // This is in local coordinates, but it's a physical rect (so the top left corner is physical top left).
private:
virtual const char* renderName() const { return "RenderReplaced"; }