Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 2696713002: Merge list of orthogonal writing mode roots into depth-ordered layout list. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698