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

Unified Diff: Source/core/dom/Document.cpp

Issue 209413002: Avoid unnecessary invalidations on resize. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@crap
Patch Set: Avoid acronyms. Created 6 years, 9 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/dom/Document.cpp
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
index 139caca2adf30041d0722352d3ba24aa020a2065..8f25b39f3bd1c856f4a5bf601df01a62fbbb25eb 100644
--- a/Source/core/dom/Document.cpp
+++ b/Source/core/dom/Document.cpp
@@ -2070,7 +2070,7 @@ void Document::attach(const AttachContext& context)
ContainerNode::attach(context);
- // FTA can't update render view info while the Document is detached, so update now in case anything changed.
+ // FastTextAutosizer can't update render view info while the Document is detached, so update now in case anything changed.
if (FastTextAutosizer* textAutosizer = fastTextAutosizer())
textAutosizer->updatePageInfo();
« no previous file with comments | « no previous file | Source/core/rendering/FastTextAutosizer.h » ('j') | Source/core/rendering/FastTextAutosizer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698