Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Follow-up patch after r214364.
https://bugs.webkit.org/show_bug.cgi?id=168895

Unreviewed.

* platform/graphics/FontDescription.cpp:
(WebCore::FontDescription::FontDescription):

Canonical link: https://commits.webkit.org/187092@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@214467 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
litherum committed Mar 28, 2017
1 parent 6ed894e commit 68ea981
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Source/WebCore/ChangeLog
@@ -1,3 +1,13 @@
2017-03-28 Myles C. Maxfield <mmaxfield@apple.com>

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

Unreviewed.

* platform/graphics/FontDescription.cpp:
(WebCore::FontDescription::FontDescription):

2017-03-27 Said Abou-Hallawa <sabouhallawa@apple.com>

REGRESSION(213764): Large images should not be decoded asynchronously when they are drawn on a canvas
Expand Down
1 change: 1 addition & 0 deletions Source/WebCore/platform/graphics/FontDescription.cpp
Expand Up @@ -77,6 +77,7 @@ FontDescription::FontDescription()
, m_variantEastAsianVariant(static_cast<unsigned>(FontVariantEastAsianVariant::Normal))
, m_variantEastAsianWidth(static_cast<unsigned>(FontVariantEastAsianWidth::Normal))
, m_variantEastAsianRuby(static_cast<unsigned>(FontVariantEastAsianRuby::Normal))
, m_opticalSizing(static_cast<unsigned>(FontOpticalSizing::Enabled))
{
}

Expand Down

0 comments on commit 68ea981

Please sign in to comment.