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

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

Issue 2789913002: Revert of Avoid inline capacity of WordMeasurements (Closed)
Patch Set: Rebase after the big rename Created 3 years, 8 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 | third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.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/LayoutBlock.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
index 484e41da653a1fe3f3ca241e3e499de9a357ac6d..e8cfe68cc3ce1512a982d0d6005e1de9544bd2b7 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
@@ -40,7 +40,7 @@ typedef WTF::HashMap<const LayoutBlock*,
std::unique_ptr<TrackedLayoutBoxListHashSet>>
TrackedDescendantsMap;
typedef WTF::HashMap<const LayoutBox*, LayoutBlock*> TrackedContainerMap;
-typedef Vector<WordMeasurement> WordMeasurements;
+typedef Vector<WordMeasurement, 64> WordMeasurements;
enum ContainingBlockState { kNewContainingBlock, kSameContainingBlock };
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698