| Index: third_party/WebKit/Source/core/layout/ng/ng_fragment_base.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_fragment_base.cc b/third_party/WebKit/Source/core/layout/ng/ng_fragment_base.cc
|
| index 7d3c337b908af1e4c78f58b4fbe8150cec000016..f462405271dd3c5fe3fac4c2188923caaef6845f 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_fragment_base.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment_base.cc
|
| @@ -24,8 +24,8 @@ void NGFragmentBase::SetOffset(LayoutUnit inline_offset,
|
| LayoutUnit block_offset) {
|
| // setOffset should only be called once.
|
| DCHECK(!has_been_placed_);
|
| - offset_.inlineOffset = inline_offset;
|
| - offset_.blockOffset = block_offset;
|
| + offset_.inline_offset = inline_offset;
|
| + offset_.block_offset = block_offset;
|
| has_been_placed_ = true;
|
| }
|
|
|
|
|