| 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 983b32826d2e339f7db46b4df500c98be43a6ec5..95de0145a35a93bd7d2bc0581a32cbee74393032 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -142,6 +142,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,
|
|
|