| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 4568af5b52f42e221bc4c4d767d92f45f26c1ed3..652d4bf37a505322aca4acd3fa58e0c8a14b7ee0 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -144,6 +144,7 @@ class CORE_EXPORT FrameView final
|
| void removeOrthogonalWritingModeRoot(LayoutBox&);
|
| bool hasOrthogonalWritingModeRoots() const;
|
| void layoutOrthogonalWritingModeRoots();
|
| + void scheduleOrthogonalWritingModeRootsForLayout();
|
| int layoutCount() const { return m_layoutCount; }
|
|
|
| void countObjectsNeedingLayout(unsigned& needsLayoutObjects,
|
|
|