summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/AutoTableLayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/AutoTableLayout.h')
-rw-r--r--WebCore/rendering/AutoTableLayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/AutoTableLayout.h b/WebCore/rendering/AutoTableLayout.h
index f1ef768..5726ba6 100644
--- a/WebCore/rendering/AutoTableLayout.h
+++ b/WebCore/rendering/AutoTableLayout.h
@@ -35,7 +35,7 @@ public:
AutoTableLayout(RenderTable*);
~AutoTableLayout();
- virtual void calcPrefWidths(int& minWidth, int& maxWidth);
+ virtual void computePreferredLogicalWidths(int& minWidth, int& maxWidth);
virtual void layout();
protected: