[Webkit-unassigned] [Bug 93629] Reduce Font.h includes across project -- improves RenderObject.h compile time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 14 12:27:32 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=93629





--- Comment #36 from Eric Seidel <eric at webkit.org>  2012-08-14 12:28:00 PST ---
(From update of attachment 158056)
View in context: https://bugs.webkit.org/attachment.cgi?id=158056&action=review

> Source/WebKit2/WebProcess/WebPage/mac/WebPageMac.mm:68
> +const FontMetrics& RenderStyle::fontMetrics() const { return inherited->font.fontMetrics(); }
> +const Font& RenderStyle::font() const { return inherited->font; }

Huh?  Does WebProcess not include RenderSTyle.cpp?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list