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

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

Issue 207193002: [FastTextAutosizer] Remove comment about storing a fingerprint stack (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/FastTextAutosizer.cpp
diff --git a/Source/core/rendering/FastTextAutosizer.cpp b/Source/core/rendering/FastTextAutosizer.cpp
index 5cbbf1bd02c399e5b79e4b740fb5611d8b3f28eb..3f0f5573fecb952b4728169817acdf3908740cdd 100644
--- a/Source/core/rendering/FastTextAutosizer.cpp
+++ b/Source/core/rendering/FastTextAutosizer.cpp
@@ -535,11 +535,6 @@ FastTextAutosizer::Fingerprint FastTextAutosizer::computeFingerprint(const Rende
return 0;
FingerprintSourceData data;
-
- // FIXME: Instead of computing and caching parent fingerprints on demand,
- // consider maintaining a fingerprint stack during the style recalc
- // tree walk (similar to the cluster stack used during layout).
-
if (const RenderObject* parent = parentElementRenderer(renderer))
data.m_parentHash = getFingerprint(parent);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698