| Index: sky/engine/platform/scroll/ScrollAnimator.h
|
| diff --git a/sky/engine/platform/scroll/ScrollAnimator.h b/sky/engine/platform/scroll/ScrollAnimator.h
|
| index 736c484737cab77810e1a2c537b73c4965784c59..ef63e7162487751fc6323e529f2581ba8ae98254 100644
|
| --- a/sky/engine/platform/scroll/ScrollAnimator.h
|
| +++ b/sky/engine/platform/scroll/ScrollAnimator.h
|
| @@ -31,13 +31,13 @@
|
| #ifndef ScrollAnimator_h
|
| #define ScrollAnimator_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "platform/PlatformWheelEvent.h"
|
| -#include "platform/geometry/FloatSize.h"
|
| -#include "platform/scroll/ScrollTypes.h"
|
| -#include "wtf/FastAllocBase.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/platform/PlatformWheelEvent.h"
|
| +#include "sky/engine/platform/geometry/FloatSize.h"
|
| +#include "sky/engine/platform/scroll/ScrollTypes.h"
|
| +#include "sky/engine/wtf/FastAllocBase.h"
|
| +#include "sky/engine/wtf/Forward.h"
|
| +#include "sky/engine/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|