Changeset 247681 in webkit


Ignore:
Timestamp:
Jul 22, 2019 6:47:52 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Remove some unneeded code in MathOperator
https://bugs.webkit.org/show_bug.cgi?id=199935

Patch by Rob Buis <rbuis@igalia.com> on 2019-07-22
Reviewed by Frédéric Wang.

Remove unused method.

No new tests, not changing behavior.

  • rendering/mathml/MathOperator.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r247678 r247681  
     12019-07-22  Rob Buis  <rbuis@igalia.com>
     2
     3        Remove some unneeded code in MathOperator
     4        https://bugs.webkit.org/show_bug.cgi?id=199935
     5
     6        Reviewed by Frédéric Wang.
     7
     8        Remove unused method.
     9
     10        No new tests, not changing behavior.
     11
     12        * rendering/mathml/MathOperator.h:
     13
    1142019-07-21  Konstantin Tokarev  <annulen@yandex.ru>
    215
  • trunk/Source/WebCore/rendering/mathml/MathOperator.h

    r238463 r247681  
    5252    LayoutUnit italicCorrection() const { return m_italicCorrection; }
    5353
    54     void stretchTo(const RenderStyle&, LayoutUnit ascent, LayoutUnit descent);
    5554    void stretchTo(const RenderStyle&, LayoutUnit width);
    5655
Note: See TracChangeset for help on using the changeset viewer.