Changeset 235847 in webkit


Ignore:
Timestamp:
Sep 10, 2018 5:00:59 AM (6 years ago)
Author:
fred.wang@free.fr
Message:

Refactor filter list checking code
https://bugs.webkit.org/show_bug.cgi?id=185087

Patch by Frederic Wang <fwang@igalia.com> on 2018-09-07
Reviewed by Yusuke Suzuki.

No new tests, behavior unchanged.

  • animation/KeyframeEffectReadOnly.h: Add missing forward-declaration FilterOperations.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r235846 r235847  
     12018-09-07  Frederic Wang  <fwang@igalia.com>
     2
     3        Refactor filter list checking code
     4        https://bugs.webkit.org/show_bug.cgi?id=185087
     5
     6        Reviewed by Yusuke Suzuki.
     7
     8        No new tests, behavior unchanged.
     9
     10        * animation/KeyframeEffectReadOnly.h: Add missing forward-declaration FilterOperations.
     11
    1122018-09-10  Philippe Normand  <pnormand@igalia.com>
    213
  • trunk/Source/WebCore/animation/KeyframeEffectReadOnly.h

    r234250 r235847  
    4141
    4242class Element;
     43class FilterOperations;
    4344
    4445class KeyframeEffectReadOnly : public AnimationEffectReadOnly
Note: See TracChangeset for help on using the changeset viewer.