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

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

Issue 2304833002: Merge 2840: Fix removeChildNode to unmark orthogonal writing mode roots when !notifyLayoutObject (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/FrameView.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
index 847432e8fb67c7663c317704b498fe48698c023a..7b2e3eca49d6027462409a36245261c844a251ee 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
@@ -1832,8 +1832,7 @@ void FrameView::clearLayoutSubtreeRootsAndMarkContainingBlocks()
void FrameView::addOrthogonalWritingModeRoot(LayoutBox& root)
{
- DCHECK(!root.isLayoutFullScreen() && !root.isLayoutFullScreenPlaceholder()
- && !root.isLayoutScrollbarPart());
+ DCHECK(!root.isLayoutScrollbarPart());
m_orthogonalWritingModeRootList.add(root);
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698