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

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

Issue 319283002: [FastTextAutosizer] Inherit the text autosizing multiplier (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rietveld bugs.. Created 6 years, 6 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/FastTextAutosizer.cpp
diff --git a/Source/core/rendering/FastTextAutosizer.cpp b/Source/core/rendering/FastTextAutosizer.cpp
index 42dd9d945ebf4e49c7ef3665422e88fa5a61f302..d9e51de8d7e2479e373418a4732f2533dcc6ef82 100644
--- a/Source/core/rendering/FastTextAutosizer.cpp
+++ b/Source/core/rendering/FastTextAutosizer.cpp
@@ -1100,7 +1100,6 @@ FastTextAutosizer::LayoutScope::~LayoutScope()
m_textAutosizer->endLayout(m_block);
}
-
FastTextAutosizer::TableLayoutScope::TableLayoutScope(RenderTable* table)
: LayoutScope(table)
{

Powered by Google App Engine
This is Rietveld 408576698