Changeset 214467 in webkit


Ignore:
Timestamp:
Mar 28, 2017 12:31:28 AM (7 years ago)
Author:
mmaxfield@apple.com
Message:

Follow-up patch after r214364.
https://bugs.webkit.org/show_bug.cgi?id=168895

Unreviewed.

  • platform/graphics/FontDescription.cpp:

(WebCore::FontDescription::FontDescription):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r214450 r214467  
     12017-03-28  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Follow-up patch after r214364.
     4        https://bugs.webkit.org/show_bug.cgi?id=168895
     5
     6        Unreviewed.
     7
     8        * platform/graphics/FontDescription.cpp:
     9        (WebCore::FontDescription::FontDescription):
     10
    1112017-03-27  Said Abou-Hallawa  <sabouhallawa@apple.com>
    212
  • trunk/Source/WebCore/platform/graphics/FontDescription.cpp

    r213464 r214467  
    7878    , m_variantEastAsianWidth(static_cast<unsigned>(FontVariantEastAsianWidth::Normal))
    7979    , m_variantEastAsianRuby(static_cast<unsigned>(FontVariantEastAsianRuby::Normal))
     80    , m_opticalSizing(static_cast<unsigned>(FontOpticalSizing::Enabled))
    8081{
    8182}
Note: See TracChangeset for help on using the changeset viewer.