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

Unified Diff: Source/core/rendering/RenderBox.cpp

Issue 18254006: Repaint issues with vertical text which has absolute (or fixed) position specified for it. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removing the extra check Created 6 years, 5 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: Source/core/rendering/RenderBox.cpp
diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp
index 2be12319e16d8c5aecdf19d34f61fc19877a4bad..1531e442ccd22944ef16b5a932a9cb25c0536708 100644
--- a/Source/core/rendering/RenderBox.cpp
+++ b/Source/core/rendering/RenderBox.cpp
@@ -2022,7 +2022,7 @@ void RenderBox::mapRectToPaintInvalidationBacking(const RenderLayerModelObject*
if (!o)
return;
- if (isWritingModeRoot() && !isOutOfFlowPositioned())
+ if (isWritingModeRoot())
flipForWritingMode(rect);
LayoutPoint topLeft = rect.location();
« no previous file with comments | « LayoutTests/platform/linux/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698