| Index: Source/core/page/scrolling/ScrollingCoordinator.h
|
| diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h
|
| index f3414b8b08af654f63509cf2fb954e25c9c46ffc..1440a93487bcb23881ae51580bc2192f342b004e 100644
|
| --- a/Source/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/Source/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -101,7 +101,9 @@ public:
|
| void updateLayerPositionConstraint(RenderLayer*);
|
| void touchEventTargetRectsDidChange(const Document*);
|
|
|
| +#if ENABLE(TOUCH_EVENT_TRACKING)
|
| void computeAbsoluteTouchEventTargetRects(const Document*, Vector<IntRect>&);
|
| +#endif
|
|
|
| static String mainThreadScrollingReasonsAsText(MainThreadScrollingReasons);
|
| String mainThreadScrollingReasonsAsText() const;
|
|
|