| Index: sky/sdk/lib/rendering/paragraph.dart
|
| diff --git a/sky/sdk/lib/rendering/paragraph.dart b/sky/sdk/lib/rendering/paragraph.dart
|
| index dcce468cb7b783e98bd4f8d105f4855f3581bd77..605e0950f7b117c6d1140ed5158dd44b1800465e 100644
|
| --- a/sky/sdk/lib/rendering/paragraph.dart
|
| +++ b/sky/sdk/lib/rendering/paragraph.dart
|
| @@ -154,7 +154,7 @@ class RenderParagraph extends RenderBox {
|
| return _getIntrinsicHeight(constraints);
|
| }
|
|
|
| - double getDistanceToActualBaseline(TextBaseline baseline) {
|
| + double computeDistanceToActualBaseline(TextBaseline baseline) {
|
| assert(!needsLayout);
|
| _layout(constraints);
|
| sky.Element root = _layoutRoot.rootElement;
|
|
|