diff options
| author | Ben Murdoch <benm@google.com> | 2009-08-17 16:31:14 +0100 |
|---|---|---|
| committer | Ben Murdoch <benm@google.com> | 2009-08-17 16:31:28 +0100 |
| commit | bca28f9e9aaf8973e90dc96478b4c424af20d19c (patch) | |
| tree | 2cbef09da50e39b7686221aa658626906597353e /WebCore/rendering | |
| parent | b98c772f6b9ef7a1eef75d3e678de67edfdde463 (diff) | |
| download | external_webkit-bca28f9e9aaf8973e90dc96478b4c424af20d19c.zip external_webkit-bca28f9e9aaf8973e90dc96478b4c424af20d19c.tar.gz external_webkit-bca28f9e9aaf8973e90dc96478b4c424af20d19c.tar.bz2 | |
Compilation fixes.
Diffstat (limited to 'WebCore/rendering')
| -rw-r--r-- | WebCore/rendering/RenderBlock.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/rendering/RenderBlock.h b/WebCore/rendering/RenderBlock.h index f675b67..839be16 100644 --- a/WebCore/rendering/RenderBlock.h +++ b/WebCore/rendering/RenderBlock.h @@ -149,6 +149,9 @@ public: // style from this RenderBlock. RenderBlock* createAnonymousBlock() const; + Vector<IntRect>* columnRects() const; + int columnGap() const; + protected: virtual void setOverflowHeight(int h) { m_overflowHeight = h; } virtual void setOverflowWidth(int w) { m_overflowWidth = w; } @@ -350,9 +353,7 @@ private: int desiredColumnWidth() const; unsigned desiredColumnCount() const; - Vector<IntRect>* columnRects() const; void setDesiredColumnCountAndWidth(int count, int width); - int columnGap() const; void paintContinuationOutlines(PaintInfo&, int tx, int ty); |
