| Index: third_party/WebKit/Source/core/layout/api/LineLayoutRubyRun.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutRubyRun.h b/third_party/WebKit/Source/core/layout/api/LineLayoutRubyRun.h
|
| index 777a745c9c7350cb34c16f399f9c8a7ea56779c3..1fdfab955648a36ba753dcd1ff0ccd8b4aaf6c8f 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutRubyRun.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutRubyRun.h
|
| @@ -23,6 +23,8 @@ public:
|
| ASSERT(!item || item.isRubyRun());
|
| }
|
|
|
| + explicit LineLayoutRubyRun(std::nullptr_t) : LineLayoutBlockFlow(nullptr) { }
|
| +
|
| LineLayoutRubyRun() { }
|
|
|
| void getOverhang(bool firstLine, LineLayoutItem startLayoutItem, LineLayoutItem endLayoutItem, int& startOverhang, int& endOverhang) const
|
|
|