| Index: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| index c604e0f95533ba582c3a0e5f73d4faca0f6a96e5..1dcec092b14577842079cc4a8589d48d79caf72b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| @@ -155,8 +155,8 @@ class CORE_EXPORT LayoutBoxModelObject : public LayoutObject {
|
| LayoutSize offsetForInFlowPosition() const;
|
|
|
| // IE extensions. Used to calculate offsetWidth/Height. Overridden by inlines
|
| - // (LayoutInline) to return the remaining width on a given line (and the height
|
| - // of a single line).
|
| + // (LayoutInline) to return the remaining width on a given line (and the
|
| + // height of a single line).
|
| virtual LayoutUnit offsetLeft(const Element*) const;
|
| virtual LayoutUnit offsetTop(const Element*) const;
|
| virtual LayoutUnit offsetWidth() const = 0;
|
|
|