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

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

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 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 | « Source/core/layout/PointerEventsHitRules.h ('k') | Source/core/layout/TextAutosizer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/TextAutosizer.h
diff --git a/Source/core/layout/TextAutosizer.h b/Source/core/layout/TextAutosizer.h
index 2b9f681b464ba751896383c78f05631656259c2d..73b576d27b6039fc10cc7f38d6fb60a16257ff63 100644
--- a/Source/core/layout/TextAutosizer.h
+++ b/Source/core/layout/TextAutosizer.h
@@ -304,7 +304,7 @@ private:
SuperclusterMap m_superclusters;
ClusterStack m_clusterStack;
FingerprintMapper m_fingerprintMapper;
- Vector<RefPtr<LayoutStyle>> m_stylesRetainedDuringLayout;
+ Vector<RefPtr<ComputedStyle>> m_stylesRetainedDuringLayout;
// FIXME: All frames should share the same m_pageInfo instance.
PageInfo m_pageInfo;
bool m_updatePageInfoDeferred;
« no previous file with comments | « Source/core/layout/PointerEventsHitRules.h ('k') | Source/core/layout/TextAutosizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698