Changeset 235894 in webkit


Ignore:
Timestamp:
Sep 11, 2018 5:48:33 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-11
Reviewed by Antonio Gomes.

No new tests, behavior unchanged.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r235891 r235894  
     12018-09-11  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 Antonio Gomes.
     7
     8        No new tests, behavior unchanged.
     9
     10        * page/animation/KeyframeAnimation.h: Add missing forward-declaration FilterOperations.
     11
    112== Rolled over to ChangeLog-2018-09-11 ==
  • trunk/Source/WebCore/page/animation/KeyframeAnimation.h

    r234073 r235894  
    3535namespace WebCore {
    3636
     37class FilterOperations;
    3738class RenderStyle;
    3839
Note: See TracChangeset for help on using the changeset viewer.