[Webkit-unassigned] [Bug 31802] Switch Chrome on Mac to Core Text APIs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Nov 23 07:44:30 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31802
Mark Rowe (bdash) <mrowe at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #43704|review? |review-
Flag| |
--- Comment #3 from Mark Rowe (bdash) <mrowe at apple.com> 2009-11-23 07:44:30 PST ---
(From update of attachment 43704)
> diff --git a/WebCore/platform/graphics/SimpleFontData.h b/WebCore/platform/graphics/SimpleFontData.h
> index 387a5c7..eb31f66 100644
> --- a/WebCore/platform/graphics/SimpleFontData.h
> +++ b/WebCore/platform/graphics/SimpleFontData.h
> @@ -115,7 +115,7 @@ public:
> virtual String description() const;
> #endif
>
> -#if PLATFORM(MAC)
> +#if PLATFORM(DARWIN)
> NSFont* getNSFont() const { return m_platformData.font(); }
> #endif
NSFont is an AppKit level API, well above the Darwin layer. It makes no sense
to bracket it with “PLATFORM(DARWIN)”.
--
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