Changeset 233170 in webkit


Ignore:
Timestamp:
Jun 25, 2018 1:31:20 PM (6 years ago)
Author:
Ross Kirsling
Message:

REGRESSION (r233140): Windows build failure due to incomplete FrameView and RenderBox types
https://bugs.webkit.org/show_bug.cgi?id=186997

  • animation/KeyframeEffectReadOnly.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r233164 r233170  
     12018-06-25  Ross Kirsling  <ross.kirsling@sony.com>
     2
     3        REGRESSION (r233140): Windows build failure due to incomplete FrameView and RenderBox types
     4        https://bugs.webkit.org/show_bug.cgi?id=186997
     5
     6        * animation/KeyframeEffectReadOnly.cpp:
     7
    182018-06-25  Antoine Quint  <graouts@apple.com>
    29
  • trunk/Source/WebCore/animation/KeyframeEffectReadOnly.cpp

    r233164 r233170  
    3939#include "Element.h"
    4040#include "FontCascade.h"
     41#include "FrameView.h"
    4142#include "GeometryUtilities.h"
    4243#include "JSCompositeOperation.h"
    4344#include "JSKeyframeEffectReadOnly.h"
     45#include "RenderBox.h"
    4446#include "RenderBoxModelObject.h"
    4547#include "RenderElement.h"
Note: See TracChangeset for help on using the changeset viewer.