Changeset 260777 in webkit


Ignore:
Timestamp:
Apr 27, 2020 1:53:38 PM (4 years ago)
Author:
graouts@webkit.org
Message:

Clean up some useless includes of CSSAnimationController.h
https://bugs.webkit.org/show_bug.cgi?id=211066

Reviewed by Antti Koivisto.

Source/WebCore:

These files don't actually use any of the CSSAnimationController APIs.

  • page/ios/FrameIOS.mm:
  • rendering/RenderObject.cpp:

Source/WebKitLegacy/mac:

This file doesn't actually use any of the CSSAnimationController APIs.

  • WebView/WebFrame.mm:
Location:
trunk/Source
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r260774 r260777  
     12020-04-27  Antoine Quint  <graouts@apple.com>
     2
     3        Clean up some useless includes of CSSAnimationController.h
     4        https://bugs.webkit.org/show_bug.cgi?id=211066
     5
     6        Reviewed by Antti Koivisto.
     7
     8        These files don't actually use any of the CSSAnimationController APIs.
     9
     10        * page/ios/FrameIOS.mm:
     11        * rendering/RenderObject.cpp:
     12
    1132020-04-27  Antoine Quint  <graouts@apple.com>
    214
  • trunk/Source/WebCore/page/ios/FrameIOS.mm

    r260485 r260777  
    2828#if PLATFORM(IOS_FAMILY)
    2929
    30 #import "CSSAnimationController.h"
    3130#import "CommonVM.h"
    3231#import "ComposedTreeIterator.h"
  • trunk/Source/WebCore/rendering/RenderObject.cpp

    r260059 r260777  
    2929
    3030#include "AXObjectCache.h"
    31 #include "CSSAnimationController.h"
    3231#include "Editing.h"
    3332#include "FloatQuad.h"
  • trunk/Source/WebKitLegacy/mac/ChangeLog

    r260776 r260777  
     12020-04-27  Antoine Quint  <graouts@apple.com>
     2
     3        Clean up some useless includes of CSSAnimationController.h
     4        https://bugs.webkit.org/show_bug.cgi?id=211066
     5
     6        Reviewed by Antti Koivisto.
     7
     8        This file doesn't actually use any of the CSSAnimationController APIs.
     9
     10        * WebView/WebFrame.mm:
     11
    1122020-04-27  Antoine Quint  <graouts@apple.com>
    213
  • trunk/Source/WebKitLegacy/mac/WebView/WebFrame.mm

    r260725 r260777  
    6363#import <WebCore/AXObjectCache.h>
    6464#import <WebCore/AccessibilityObject.h>
    65 #import <WebCore/CSSAnimationController.h>
    6665#import <WebCore/CSSStyleDeclaration.h>
    6766#import <WebCore/CachedResourceLoader.h>
Note: See TracChangeset for help on using the changeset viewer.