| Index: third_party/WebKit/Source/core/layout/ng/ng_block_node.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_node.h b/third_party/WebKit/Source/core/layout/ng/ng_block_node.h
|
| index 28d3574fcdc9821bbe993f2b445f5ab6a63c4334..ce674072cb0d116f9b0482ec85a861867eb4ce18 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_block_node.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_block_node.h
|
| @@ -43,8 +43,7 @@ class CORE_EXPORT NGBlockNode final : public NGLayoutInputNode {
|
| // using Layout with special constraint spaces.
|
| MinAndMaxContentSizes ComputeMinAndMaxContentSizes();
|
|
|
| - const ComputedStyle* Style() const;
|
| - ComputedStyle* MutableStyle();
|
| + const ComputedStyle& Style() const;
|
|
|
| NGLayoutInputNode* FirstChild();
|
|
|
|
|