| Index: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| index fd48d40ca406d2b87d091cea458b4ceb8004c3fb..882605d927cdb2a79c8410524970004213c4463a 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -30,8 +30,8 @@
|
| #include "core/layout/LayoutObject.h"
|
| #include "platform/PlatformWheelEvent.h"
|
| #include "platform/geometry/IntRect.h"
|
| +#include "platform/scroll/MainThreadScrollingReason.h"
|
| #include "platform/scroll/ScrollTypes.h"
|
| -#include "public/platform/WebMainThreadScrollingReason.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| @@ -41,7 +41,7 @@ class WebScrollbarLayer;
|
|
|
| namespace blink {
|
|
|
| -typedef unsigned MainThreadScrollingReasons;
|
| +using MainThreadScrollingReasons = uint32_t;
|
|
|
| class LocalFrame;
|
| class FrameView;
|
|
|