| Index: Source/core/layout/LayoutRubyRun.h
|
| diff --git a/Source/core/layout/LayoutRubyRun.h b/Source/core/layout/LayoutRubyRun.h
|
| index 7d4b6b576450619415239fa841a0691c0f64a2ff..7c90a25e021a4a6235eefa1851c8c6d08f3f390a 100644
|
| --- a/Source/core/layout/LayoutRubyRun.h
|
| +++ b/Source/core/layout/LayoutRubyRun.h
|
| @@ -62,6 +62,8 @@ public:
|
|
|
| static LayoutRubyRun* staticCreateRubyRun(const LayoutObject* parentRuby);
|
|
|
| + bool canBreakBefore(const LazyLineBreakIterator&) const;
|
| +
|
| const char* name() const override { return "LayoutRubyRun"; }
|
|
|
| protected:
|
|
|