| Index: third_party/WebKit/Source/core/layout/ng/inline/empty_offset_mapping_builder.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/inline/empty_offset_mapping_builder.h b/third_party/WebKit/Source/core/layout/ng/inline/empty_offset_mapping_builder.h
|
| index 825ede41c6f6105293891729bfe01dfb7f3a55c4..3a3f38a41b2cb8fe521d21dd6faab3b2aec4d9bd 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/inline/empty_offset_mapping_builder.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/inline/empty_offset_mapping_builder.h
|
| @@ -18,6 +18,9 @@ class EmptyOffsetMappingBuilder {
|
|
|
| public:
|
| EmptyOffsetMappingBuilder() = default;
|
| + void AppendIdentityMapping(unsigned) {}
|
| + void AppendCollapsedMapping(unsigned) {}
|
| + void CollapseTrailingSpace(unsigned) {}
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(EmptyOffsetMappingBuilder);
|
|
|