| Index: sky/engine/platform/scroll/ScrollAnimator.cpp
|
| diff --git a/sky/engine/platform/scroll/ScrollAnimator.cpp b/sky/engine/platform/scroll/ScrollAnimator.cpp
|
| index c31bf77fdf11eb4c86ae36129c2c588a0df8a694..ed7d7a939d9857a45030cb310871c0e01d8a15ce 100644
|
| --- a/sky/engine/platform/scroll/ScrollAnimator.cpp
|
| +++ b/sky/engine/platform/scroll/ScrollAnimator.cpp
|
| @@ -28,13 +28,13 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/scroll/ScrollAnimator.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/scroll/ScrollAnimator.h"
|
|
|
| -#include "platform/geometry/FloatPoint.h"
|
| -#include "platform/scroll/ScrollableArea.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| #include <algorithm>
|
| +#include "sky/engine/platform/geometry/FloatPoint.h"
|
| +#include "sky/engine/platform/scroll/ScrollableArea.h"
|
| +#include "sky/engine/wtf/PassOwnPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|