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

Unified Diff: third_party/WebKit/Source/core/layout/TextAutosizer.h

Issue 2594673002: Fix the performance issuse called by last CL. (Closed)
Patch Set: add parameter name Created 4 years 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 | third_party/WebKit/Source/core/layout/TextAutosizer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/TextAutosizer.h
diff --git a/third_party/WebKit/Source/core/layout/TextAutosizer.h b/third_party/WebKit/Source/core/layout/TextAutosizer.h
index ef632bc702020ee1b24a551433ba750d38f7f306..c3fb67e2df9ab90b33e3a5e1c381c5d8ecbec755 100644
--- a/third_party/WebKit/Source/core/layout/TextAutosizer.h
+++ b/third_party/WebKit/Source/core/layout/TextAutosizer.h
@@ -234,7 +234,7 @@ class CORE_EXPORT TextAutosizer final
bool remove(LayoutObject*);
Fingerprint get(const LayoutObject*);
BlockSet* getTentativeClusterRoots(Fingerprint);
- Supercluster* createSuperclusterIfNeeded(LayoutBlock*);
+ Supercluster* createSuperclusterIfNeeded(LayoutBlock*, bool& isNewEntry);
bool hasFingerprints() const { return !m_fingerprints.isEmpty(); }
HashSet<Supercluster*>& getPotentiallyInconsistentSuperclusters() {
return m_potentiallyInconsistentSuperclusters;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/TextAutosizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698