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

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

Issue 180743004: Disable FTA when max multiplier is 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: Source/core/rendering/RenderBlock.cpp
diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp
index ad8750d6c1bd7888d15586357595ecfd9898c9b9..bbff7a7541481fdde5724b5603af6cd34c58d1b7 100644
--- a/Source/core/rendering/RenderBlock.cpp
+++ b/Source/core/rendering/RenderBlock.cpp
@@ -1646,7 +1646,7 @@ bool RenderBlock::simplifiedLayout()
if (needsPositionedMovementLayout() && !tryLayoutDoingPositionedMovementOnly())
return false;
- FastTextAutosizer::LayoutScope fastTextAutosizerLayoutScope(document(), this);
+ FastTextAutosizer::LayoutScope fastTextAutosizerLayoutScope(this);
// Lay out positioned descendants or objects that just need to recompute overflow.
if (needsSimplifiedNormalFlowLayout())

Powered by Google App Engine
This is Rietveld 408576698