| 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 f503f8f7d7371cbe94bec1ed8cef738d4fef8942..9b017f3298bbaae792490fd018b53e298cc33eca 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -120,6 +120,7 @@ public:
|
| // For testing purposes only. This ScrollingCoordinator is reused between layout test, and must be reset
|
| // for the results to be valid.
|
| void reset();
|
| + size_t touchEventTargetLayersCountForTest() const { return m_layersWithTouchRects.size(); }
|
|
|
| protected:
|
| explicit ScrollingCoordinator(Page*);
|
|
|