summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderScrollbarPart.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderScrollbarPart.h')
-rw-r--r--WebCore/rendering/RenderScrollbarPart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/RenderScrollbarPart.h b/WebCore/rendering/RenderScrollbarPart.h
index 114bbff..24485d0 100644
--- a/WebCore/rendering/RenderScrollbarPart.h
+++ b/WebCore/rendering/RenderScrollbarPart.h
@@ -43,7 +43,7 @@ public:
virtual bool requiresLayer() const { return false; }
virtual void layout();
- virtual void calcPrefWidths();
+ virtual void computePreferredLogicalWidths();
void paintIntoRect(GraphicsContext*, int tx, int ty, const IntRect&);